diff --git a/Source/NSNumber.m b/Source/NSNumber.m index 725da4d40..88b21af94 100644 --- a/Source/NSNumber.m +++ b/Source/NSNumber.m @@ -47,7 +47,9 @@ #import "Foundation/NSException.h" #import "Foundation/NSValue.h" #import "GNUstepBase/NSObject+GNUstepBase.h" -#include +#if __has_include() +# include +#endif /* * NSNumber implementation. This matches the behaviour of Apple's