mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-15 16:10:46 +00:00
* Tools/NSArray+GSDoc.m: Include NSString.h ...
* EOControl/EOClassDescription.h: Include NSDictionary.h to compile with new versions of -base/Foundation. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
90bcf50ef4
commit
9b1e6814d4
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-01-22 Peter Cooper <comrade@obverse.com.au>
|
||||
|
||||
* Tools/NSArray+GSDoc.m: Include NSString.h ...
|
||||
* EOControl/EOClassDescription.h: Include NSDictionary.h to compile
|
||||
with new versions of -base/Foundation.
|
||||
|
||||
2007-11-27 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOControl/EOClassDescription.h/m
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -36,6 +36,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue