aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMGeometryUtils.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-06-04 16:34:59 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-06-04 16:34:59 +0000
commit0235dc2f349d5bd964da88a9607a7bf168a38b5e (patch)
treed0a06ed14242f002794168fdee973c4e5dbbac46 /Foundation/GTMGeometryUtils.h
parent181fa1354615b06612b25c7ed291971da2dc6ccf (diff)
[Author: dmaclach]
Forgot that CoreGraphics was not a top level framework on the Mac, and is unnecessary to compile on the Mac. R=thomasvl DELTA=0 (0 added, 0 deleted, 0 changed)
Diffstat (limited to 'Foundation/GTMGeometryUtils.h')
-rw-r--r--Foundation/GTMGeometryUtils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Foundation/GTMGeometryUtils.h b/Foundation/GTMGeometryUtils.h
index 867977d..6b683ae 100644
--- a/Foundation/GTMGeometryUtils.h
+++ b/Foundation/GTMGeometryUtils.h
@@ -20,8 +20,10 @@
//
#import <Foundation/Foundation.h>
-#import <CoreGraphics/CoreGraphics.h>
#import "GTMDefines.h"
+#if GTM_IPHONE_SDK
+#import <CoreGraphics/CoreGraphics.h>
+#endif // GTM_IPHONE_SDK
#ifdef __cplusplus
extern "C" {