mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
Add missin #includes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30106 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
de479fa85f
commit
3b4e6d1620
5 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2010-04-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* EOInterface/EOPopUpAssociation.m
|
||||
* DBModeler/ModelerEntityEditor.m
|
||||
* DBModeler/ModelerTableEmbedibleEditor.m
|
||||
* DBModeler/ModelerAttributeEditor.m: Add missing includes.
|
||||
|
||||
2010-04-07 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOInterface/EOPopUpAssociation.m: Add missing include.
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#ifdef NeXT_GUI_LIBRARY
|
||||
#include <AppKit/AppKit.h>
|
||||
#else
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSTableView.h>
|
||||
#include <AppKit/NSTableColumn.h>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#ifdef NeXT_GUI_LIBRARY
|
||||
#include <AppKit/AppKit.h>
|
||||
#else
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSSplitView.h>
|
||||
#include <AppKit/NSScrollView.h>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#ifdef NeXT_GUI_LIBRARY
|
||||
#include <AppKit/AppKit.h>
|
||||
#else
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <AppKit/NSMenuItem.h>
|
||||
#include <AppKit/NSPopUpButton.h>
|
||||
#include <AppKit/NSTableColumn.h>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
|
||||
#include <AppKit/NSPopUpButton.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue