diff --git a/ChangeLog b/ChangeLog index caa92e9d9..96fc9a4ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-03 Fred Kiefer + + * Source/GSThemeDrawing.m: Add more includes to apeace Riccardo's compiler. + 2009-11-03 Fred Kiefer * Source/Functions.m (NSConvertGlobalToWindowNumber, diff --git a/Source/GSThemeDrawing.m b/Source/GSThemeDrawing.m index 21b698ce2..ab5af6b16 100644 --- a/Source/GSThemeDrawing.m +++ b/Source/GSThemeDrawing.m @@ -30,10 +30,16 @@ #import "AppKit/NSAttributedString.h" #import "AppKit/NSBezierPath.h" +#import "AppKit/NSButtonCell.h" +#import "AppKit/NSCell.h" +#import "AppKit/NSColor.h" #import "AppKit/NSColorList.h" #import "AppKit/NSGraphics.h" #import "AppKit/NSImage.h" +#import "AppKit/NSMenuItemCell.h" #import "AppKit/NSParagraphStyle.h" +#import "AppKit/NSScroller.h" +#import "AppKit/NSView.h" #import "AppKit/PSOperators.h" #import "GNUstepGUI/GSToolbarView.h"