summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleLayer_Private.h
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2018-11-30 12:10:33 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2018-11-30 14:05:23 +0200
commit207104426b37e9cb9c453a142124deaf5eb9d3c5 (patch)
tree83e26f6d943e848bc8ef6972bb188b8ab77147b0 /platform/darwin/src/MGLStyleLayer_Private.h
parentad03e42b2890fd430e99e543a40be42f09f47fba (diff)
downloadqtlocation-mapboxgl-207104426b37e9cb9c453a142124deaf5eb9d3c5.tar.gz
[core] layermanager folderupstream/mikhail_layermanager_folder
Move `LayerManager` and `LayerFactory` abstract classes to a dedicated folder.
Diffstat (limited to 'platform/darwin/src/MGLStyleLayer_Private.h')
-rw-r--r--platform/darwin/src/MGLStyleLayer_Private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLStyleLayer_Private.h b/platform/darwin/src/MGLStyleLayer_Private.h
index 656f74ca42..314f61f680 100644
--- a/platform/darwin/src/MGLStyleLayer_Private.h
+++ b/platform/darwin/src/MGLStyleLayer_Private.h
@@ -3,6 +3,7 @@
#import "MGLStyleLayer.h"
#import "MGLStyleValue_Private.h"
+#include <mbgl/layermanager/layer_factory.hpp>
#include <mbgl/style/layer.hpp>
NS_ASSUME_NONNULL_BEGIN