Add missing import statement in NSNumber test.

Fixes linker error on Windows MSVC.
This commit is contained in:
Frederik Seiffert 2021-07-02 15:13:08 +02:00 committed by Frederik Seiffert
parent 813ae35d39
commit 1b826663f5

View file

@ -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>