mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
2001-03-16 Manuel Guesdon <mguesdon@orange-concept.com>
* Tools/pl*.m: added #include <Foundation/Foundation.h> to avoid GNUSTEP Internal Error git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9386 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9fbca9b5ff
commit
7d4998a5c1
5 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-03-16 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* Tools/pl*.m: added #include <Foundation/Foundation.h> to avoid
|
||||
GNUSTEP Internal Error
|
||||
|
||||
2001-03-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/libgnustep-base.def: Remove some classes that aren't
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSData.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
|
Loading…
Reference in a new issue