summaryrefslogtreecommitdiff
path: root/platform/ios/MGLMultiPoint_Private.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:10:09 -0800
commit31354186a6326a44442c7e064e376bd7c8bf44ca (patch)
treef69dd6bbef0a51f285291852cbe5ec1f4bee920a /platform/ios/MGLMultiPoint_Private.h
parentb07d4c8ff61b869e1a01c445ae1dc479323fa2c3 (diff)
downloadqtlocation-mapboxgl-31354186a6326a44442c7e064e376bd7c8bf44ca.tar.gz
more clearly indicate Foundation imports to avoid recursion
Diffstat (limited to 'platform/ios/MGLMultiPoint_Private.h')
-rw-r--r--platform/ios/MGLMultiPoint_Private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/MGLMultiPoint_Private.h b/platform/ios/MGLMultiPoint_Private.h
index a1a70a6778..fe57064a90 100644
--- a/platform/ios/MGLMultiPoint_Private.h
+++ b/platform/ios/MGLMultiPoint_Private.h
@@ -1,5 +1,7 @@
#import "MGLMultiPoint.h"
+#import <CoreLocation/CoreLocation.h>
+
@interface MGLMultiPoint (Private)
- (instancetype)initWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;