Fixed import in Testing.h.

The code uses NSCalendarDate but was only importing NSDate.h.
This commit is contained in:
Frederik Seiffert 2021-03-12 17:25:36 +01:00
parent 1005016879
commit 0ae54f11da

View file

@ -26,7 +26,7 @@
#include <string.h>
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSDate.h>
#import <Foundation/NSCalendarDate.h>
#import <Foundation/NSException.h>
#import <Foundation/NSObjCRuntime.h>
#import <Foundation/NSObject.h>