aboutsummaryrefslogtreecommitdiff
path: root/iPhone
diff options
context:
space:
mode:
authorGravatar Sergio Campama <kaipi@google.com>2017-03-29 16:55:52 -0400
committerGravatar Sergio Campama <kaipi@google.com>2017-03-29 16:55:52 -0400
commit94d4ccfc15894f59c3b3d1713ff62ed84856fe89 (patch)
treeca97b38bd1413242537aeb267c1314fc43b2957b /iPhone
parentcc2054645ca7b626b109d66d3e053330ead0eac9 (diff)
Change include to import for GTMDefines
Diffstat (limited to 'iPhone')
-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