summaryrefslogtreecommitdiff
path: root/platform/ios/src/Mapbox.h
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-10-10 16:53:13 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-10-10 16:53:13 -0700
commitc052b04efeecd7ddb8e398affe3bf7f27b5ae70f (patch)
tree07d0beca176e5902380bbab5f4c081abfd8771f3 /platform/ios/src/Mapbox.h
parent606136ce60f985ea9538a53df3b248fb2f0119d1 (diff)
downloadqtlocation-mapboxgl-c052b04efeecd7ddb8e398affe3bf7f27b5ae70f.tar.gz
[ios,macos] Add bindings for Custom vector sources
Diffstat (limited to 'platform/ios/src/Mapbox.h')
-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 effab33fd7..ce9c4965d7 100644
--- a/platform/ios/src/Mapbox.h
+++ b/platform/ios/src/Mapbox.h
@@ -52,6 +52,7 @@ FOUNDATION_EXPORT MGL_EXPORT const unsigned char MapboxVersionString[];
#import "MGLVectorSource.h"
#import "MGLShapeSource.h"
#import "MGLAbstractShapeSource.h"
+#import "MGLComputedShapeSource.h"
#import "MGLRasterSource.h"
#import "MGLImageSource.h"
#import "MGLTilePyramidOfflineRegion.h"