diff --git a/Headers/gnustep/gui/AppKit.h b/Headers/gnustep/gui/AppKit.h index 9364f6728..53d97458e 100644 --- a/Headers/gnustep/gui/AppKit.h +++ b/Headers/gnustep/gui/AppKit.h @@ -61,7 +61,7 @@ @class NSSliderCell, NSMenuCell, NSBrowserCell, NSFormCell; @class NSEvent, NSCursor; @class NSColor, NSColorList, NSColorPanel, NSColorPicker, NSColorWell; -@class NSImage, NSImageRep, NSBitmapImageRep, NSCachedImageRep; +@class NSImage, NSImageCell, NSImageRep, NSBitmapImageRep, NSCachedImageRep; @class NSCustomImageRep, NSEPSImageRep; @class NSDataLink, NSDataLinkManager, NSDataLinkPanel; @class NSFont, NSFontManager, NSFontPanel; @@ -105,6 +105,7 @@ #include #include #include +#include #include #include #include diff --git a/Source/GNUmakefile b/Source/GNUmakefile index 444b87c0c..d89494426 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -73,6 +73,7 @@ NSFormCell.m \ NSGraphicsContext.m \ NSHelpPanel.m \ NSImage.m \ +NSImageCell.m \ NSImageRep.m \ NSImageView.m \ NSInterfaceStyle.m \ @@ -160,6 +161,7 @@ AppKit/NSGraphics.h \ AppKit/NSGraphicsContext.h \ AppKit/NSHelpPanel.h \ AppKit/NSImage.h \ +AppKit/NSImageCell.h \ AppKit/NSImageRep.h \ AppKit/NSImageView.h \ AppKit/NSInterfaceStyle.h \