mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +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-*-
|
/* -*-objc-*-
|
||||||
GSStreamContext - Drawing context to a stream.
|
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>
|
Written by: Adam Fedor <fedor@gnu.org>
|
||||||
Date: Nov 1995
|
Date: Nov 1995
|
||||||
|
@ -34,6 +34,7 @@
|
||||||
#include <AppKit/NSBezierPath.h>
|
#include <AppKit/NSBezierPath.h>
|
||||||
#include <AppKit/NSView.h>
|
#include <AppKit/NSView.h>
|
||||||
#include <AppKit/NSBitmapImageRep.h>
|
#include <AppKit/NSBitmapImageRep.h>
|
||||||
|
#import <AppKit/NSFontDescriptor.h>
|
||||||
#include <Foundation/NSArray.h>
|
#include <Foundation/NSArray.h>
|
||||||
#include <Foundation/NSData.h>
|
#include <Foundation/NSData.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue