mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Merge branch 'master' of github.com:gnustep/libs-base into add_nsorderedset_classcluster
This commit is contained in:
commit
19f60afba3
1 changed files with 9 additions and 0 deletions
|
@ -151,4 +151,13 @@
|
||||||
#import <Foundation/NSXMLParser.h>
|
#import <Foundation/NSXMLParser.h>
|
||||||
#import <Foundation/NSZone.h>
|
#import <Foundation/NSZone.h>
|
||||||
|
|
||||||
|
#ifdef __has_include
|
||||||
|
# if __has_include(<CoreFoundation/CoreFoundation.h>)
|
||||||
|
# include <CoreFoundation/CoreFoundation.h>
|
||||||
|
# endif
|
||||||
|
# if __has_include(<dispatch/dispatch.h>)
|
||||||
|
# include <dispatch/dispatch.h>
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __Foundation_h_GNUSTEP_BASE_INCLUDE */
|
#endif /* __Foundation_h_GNUSTEP_BASE_INCLUDE */
|
||||||
|
|
Loading…
Reference in a new issue