Author: paullanders
Date: Mon Oct 17 23:00:58 2016
New Revision: 40151

URL: http://svn.gna.org/viewcvs/gnustep?rev=40151&view=rev
Log:
fixes warnings for 64 bit

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m
    libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m?rev=40151&r1=40150&r2=40151&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m  (original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m  Mon Oct 17 
23:00:58 2016
@@ -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"

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m?rev=40151&r1=40150&r2=40151&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m  (original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m  Mon Oct 17 
23:00:58 2016
@@ -44,6 +44,7 @@
 #import "AppKit/NSFontDescriptor.h"
 #import "AppKit/NSFontManager.h"
 #import "AppKit/NSView.h"
+#import "GNUstepGUI/GSDisplayServer.h"
 #import "GNUstepGUI/GSFontInfo.h"
 
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to