fixes warnings for 64 bit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40151 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Paul Landers 2016-10-17 21:00:58 +00:00
parent c0edb89f8b
commit e1d7e808a9
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#import <Foundation/NSRunLoop.h>
#import <Foundation/NSString.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSUndoManager.h>
#import "AppKit/AppKitExceptions.h"
#import "AppKit/NSAttributedString.h"

View file

@ -44,6 +44,7 @@
#import "AppKit/NSFontDescriptor.h"
#import "AppKit/NSFontManager.h"
#import "AppKit/NSView.h"
#import "GNUstepGUI/GSDisplayServer.h"
#import "GNUstepGUI/GSFontInfo.h"