mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Bracket the runtime.h include in a check.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33696 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8d20b68fe
commit
1330e3cbfc
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@
|
|||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
#include <objc/runtime.h>
|
||||
#if __has_include(<objc/runtime.h>)
|
||||
# include <objc/runtime.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* NSNumber implementation. This matches the behaviour of Apple's
|
||||
|
|
Loading…
Reference in a new issue