mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add missing import statement in NSNumber test.
Fixes linker error on Windows MSVC.
This commit is contained in:
parent
813ae35d39
commit
1b826663f5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSPropertyList.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSLocale.h>
|
||||
#import <Foundation/NSDecimalNumber.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue