mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
add missing header to fix warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@40032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
879abf5d3b
commit
41804841f2
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* -*-objc-*-
|
||||
GSStreamContext - Drawing context to a stream.
|
||||
|
||||
Copyright (C) 1995, 2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-2016 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@gnu.org>
|
||||
Date: Nov 1995
|
||||
|
@ -34,6 +34,7 @@
|
|||
#include <AppKit/NSBezierPath.h>
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/NSBitmapImageRep.h>
|
||||
#import <AppKit/NSFontDescriptor.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
|
|
Loading…
Reference in a new issue