aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMRoundedRectPath.m
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/GTMRoundedRectPath.m')
-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) {