From b4f089cc497d37947f4d7955c15611886729a35e Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 28 Jun 2010 15:00:27 +0000 Subject: [Author: aracelic] Adds necessary imports in case somebody wants to use GTM without precompiled headers. R=dmaclach DELTA=5 (5 added, 0 deleted, 0 changed) --- Foundation/GTMNSNumber+64Bit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Foundation/GTMNSNumber+64Bit.h') diff --git a/Foundation/GTMNSNumber+64Bit.h b/Foundation/GTMNSNumber+64Bit.h index a5c31e1..7ddab29 100644 --- a/Foundation/GTMNSNumber+64Bit.h +++ b/Foundation/GTMNSNumber+64Bit.h @@ -18,6 +18,9 @@ #import #import "GTMDefines.h" +#if GTM_IPHONE_SDK +#import +#endif // GTM_IPHONE_SDK // Adds support for working with NSIntegers, // NSUIntegers, CGFloats and NSNumbers (rdar://5812091) -- cgit v1.2.3