diff options
Diffstat (limited to 'Foundation')
-rw-r--r-- | Foundation/GTMNSNumber+64Bit.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <Foundation/Foundation.h> #import "GTMDefines.h" +#if GTM_IPHONE_SDK +#import <CoreGraphics/CoreGraphics.h> +#endif // GTM_IPHONE_SDK // Adds support for working with NSIntegers, // NSUIntegers, CGFloats and NSNumbers (rdar://5812091) |