aboutsummaryrefslogtreecommitdiff
path: root/iPhone
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-06-28 15:00:27 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-06-28 15:00:27 +0000
commitb4f089cc497d37947f4d7955c15611886729a35e (patch)
tree8a29ad97551531fbf50c9a3d3fb23b055f1b9021 /iPhone
parentef78677fe133a8ad4ef07deb37e84c27c24d5918 (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 'iPhone')
-rw-r--r--iPhone/GTMRoundedRectPath.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/iPhone/GTMRoundedRectPath.m b/iPhone/GTMRoundedRectPath.m
index bb2c42c..823c9f9 100644
--- a/iPhone/GTMRoundedRectPath.m
+++ b/iPhone/GTMRoundedRectPath.m
@@ -17,6 +17,8 @@
//
#include "GTMRoundedRectPath.h"
+#include <Foundation/Foundation.h>
+
void GTMCGContextAddRoundRect(CGContextRef context,
CGRect rect,
CGFloat radius) {