diff options
author | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2010-06-28 15:00:27 +0000 |
---|---|---|
committer | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2010-06-28 15:00:27 +0000 |
commit | b4f089cc497d37947f4d7955c15611886729a35e (patch) | |
tree | 8a29ad97551531fbf50c9a3d3fb23b055f1b9021 /Foundation | |
parent | ef78677fe133a8ad4ef07deb37e84c27c24d5918 (diff) |
[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)
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) |