summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLPointAnnotation.h
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-17 15:51:27 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-17 17:11:08 -0800
commitc4694df37520a6e2e8c6e419198637fd30254d73 (patch)
treef5724cc4ec5c1abbaf08345266469af278319529 /include/mbgl/ios/MGLPointAnnotation.h
parent98462d4af88e46e9df21a2a48344cfd0241e07de (diff)
downloadqtlocation-mapboxgl-c4694df37520a6e2e8c6e419198637fd30254d73.tar.gz
more clearly indicate Foundation imports to avoid recursion
Diffstat (limited to 'include/mbgl/ios/MGLPointAnnotation.h')
-rw-r--r--include/mbgl/ios/MGLPointAnnotation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLPointAnnotation.h b/include/mbgl/ios/MGLPointAnnotation.h
index ed50002751..d186cbff18 100644
--- a/include/mbgl/ios/MGLPointAnnotation.h
+++ b/include/mbgl/ios/MGLPointAnnotation.h
@@ -3,6 +3,8 @@
#import "MGLShape.h"
+#import "MGLTypes.h"
+
NS_ASSUME_NONNULL_BEGIN
/** The `MGLPointAnnotation` class defines a concrete annotation object located at a specified point. You can use this class, rather than define your own, in situations where all you want to do is associate a point on the map with a title. */