summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-07-07 08:33:05 -0700
committerKonstantin Käfer <mail@kkaefer.com>2015-07-08 19:46:04 +0200
commite0384a98f7aeb3eff501a738da363eba90bb9ac8 (patch)
tree33816c49ecbe610352c2cb6140c32da94669f493 /include
parent445d3afa4f3aa1c603fab936756602b563cb4f7a (diff)
downloadqtlocation-mapboxgl-e0384a98f7aeb3eff501a738da363eba90bb9ac8.tar.gz
explicitly bring in header
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLAnnotationImage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLAnnotationImage.h b/include/mbgl/ios/MGLAnnotationImage.h
index 50791f9d91..9707fca8f8 100644
--- a/include/mbgl/ios/MGLAnnotationImage.h
+++ b/include/mbgl/ios/MGLAnnotationImage.h
@@ -1,5 +1,7 @@
#import <UIKit/UIKit.h>
+#import "MGLTypes.h"
+
NS_ASSUME_NONNULL_BEGIN
@interface MGLAnnotationImage : NSObject