* 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:
David Ayers 2008-01-22 08:54:02 +00:00
parent 90bcf50ef4
commit 9b1e6814d4
3 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -36,6 +36,7 @@ RCS_ID("$Id$")
#ifdef GNUSTEP
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>
#endif