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:
theraven 2011-08-05 17:34:47 +00:00
parent e8d20b68fe
commit 1330e3cbfc

View file

@ -47,7 +47,9 @@
#import "Foundation/NSException.h"
#import "Foundation/NSValue.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#if __has_include(<objc/runtime.h>)
# include <objc/runtime.h>
#endif
/*
* NSNumber implementation. This matches the behaviour of Apple's