mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix missing includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39606 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f04167c678
commit
030f54a9cf
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#import <Foundation/NSKeyValueCoding.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSDecimalNumber.h>
|
||||
#import <Foundation/NSGarbageCollector.h>
|
||||
|
||||
typedef struct {
|
||||
int i;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSGarbageCollector.h>
|
||||
#import <Foundation/NSInvocation.h>
|
||||
#import <Foundation/NSMethodSignature.h>
|
||||
#import <Foundation/NSProxy.h>
|
||||
|
|
Loading…
Reference in a new issue