aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-03-29 16:58:23 -0400
committerGravatar GitHub <noreply@github.com>2017-03-29 16:58:23 -0400
commitca53d4727a2ab04e79ff8ef9482cff8185753ed5 (patch)
treeca97b38bd1413242537aeb267c1314fc43b2957b
parentcc2054645ca7b626b109d66d3e053330ead0eac9 (diff)
parent94d4ccfc15894f59c3b3d1713ff62ed84856fe89 (diff)
Merge pull request #135 from sergiocampama/copy
Change include to import for GTMDefines
-rw-r--r--iPhone/GTMRoundedRectPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhone/GTMRoundedRectPath.h b/iPhone/GTMRoundedRectPath.h
index 88bf4cc..dea556a 100644
--- a/iPhone/GTMRoundedRectPath.h
+++ b/iPhone/GTMRoundedRectPath.h
@@ -18,7 +18,7 @@
#import <CoreGraphics/CoreGraphics.h>
-#include "GTMDefines.h"
+#import "GTMDefines.h"
GTM_EXTERN_C_BEGIN