From 0235dc2f349d5bd964da88a9607a7bf168a38b5e Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 4 Jun 2010 16:34:59 +0000 Subject: [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) --- Foundation/GTMGeometryUtils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Foundation/GTMGeometryUtils.h') 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 -#import #import "GTMDefines.h" +#if GTM_IPHONE_SDK +#import +#endif // GTM_IPHONE_SDK #ifdef __cplusplus extern "C" { -- cgit v1.2.3