summaryrefslogtreecommitdiff
path: root/platform/ios/src
diff options
context:
space:
mode:
authorFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2016-08-31 09:45:23 +0200
committerJesse Bounds <jesse@rebounds.net>2016-09-02 14:41:47 -0700
commitad095e458db7eee4085ec8be2528cdfa257371fd (patch)
tree021a7c93fc23ff71b8eac37486d864334b965620 /platform/ios/src
parent7e208c46cebe5b49d4b7ead9826bbe4229ebabd3 (diff)
downloadqtlocation-mapboxgl-ad095e458db7eee4085ec8be2528cdfa257371fd.tar.gz
[ios, macos] fixes #5962 added geojson options to support clustering
Diffstat (limited to 'platform/ios/src')
-rw-r--r--platform/ios/src/Mapbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/src/Mapbox.h b/platform/ios/src/Mapbox.h
index 24925d169c..06fdbe20f0 100644
--- a/platform/ios/src/Mapbox.h
+++ b/platform/ios/src/Mapbox.h
@@ -43,6 +43,7 @@ FOUNDATION_EXPORT const unsigned char MapboxVersionString[];
#import "MGLSource.h"
#import "MGLVectorSource.h"
#import "MGLGeoJSONSource.h"
+#import "MGLGeoJSONOptions.h"
#import "MGLRasterSource.h"
#import "MGLTilePyramidOfflineRegion.h"
#import "MGLTypes.h"