From b4f089cc497d37947f4d7955c15611886729a35e Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 28 Jun 2010 15:00:27 +0000 Subject: [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) --- iPhone/GTMRoundedRectPath.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iPhone') 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 + void GTMCGContextAddRoundRect(CGContextRef context, CGRect rect, CGFloat radius) { -- cgit v1.2.3