summaryrefslogtreecommitdiff
path: root/platform/ios/MGLUserLocation_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/MGLUserLocation_Private.h
parentb07d4c8ff61b869e1a01c445ae1dc479323fa2c3 (diff)
downloadqtlocation-mapboxgl-31354186a6326a44442c7e064e376bd7c8bf44ca.tar.gz
more clearly indicate Foundation imports to avoid recursion
Diffstat (limited to 'platform/ios/MGLUserLocation_Private.h')
-rw-r--r--platform/ios/MGLUserLocation_Private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/ios/MGLUserLocation_Private.h b/platform/ios/MGLUserLocation_Private.h
index 892ddfa478..48f6d40e8c 100644
--- a/platform/ios/MGLUserLocation_Private.h
+++ b/platform/ios/MGLUserLocation_Private.h
@@ -1,9 +1,11 @@
#import "MGLUserLocation.h"
-NS_ASSUME_NONNULL_BEGIN
+#import <CoreLocation/CoreLocation.h>
@class MGLMapView;
+NS_ASSUME_NONNULL_BEGIN
+
@interface MGLUserLocation (Private)
@property (nonatomic, weak) MGLMapView *mapView;