summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleLayer.mm.ejs
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2016-08-15 13:47:25 -0700
committerJustin R. Miller <incanus@codesorcery.net>2016-08-16 11:29:26 -0700
commit01b94de107de875a6889258e72e5e060c0de0881 (patch)
treede59c3fe781dcfeebf8f19c77f67b623bd205a31 /platform/darwin/src/MGLStyleLayer.mm.ejs
parent31f15c6c62960c25deebf9475014090b696d42e1 (diff)
downloadqtlocation-mapboxgl-01b94de107de875a6889258e72e5e060c0de0881.tar.gz
fixes #5957: automatically call update() for iOS runtime style API
Diffstat (limited to 'platform/darwin/src/MGLStyleLayer.mm.ejs')
-rw-r--r--platform/darwin/src/MGLStyleLayer.mm.ejs1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLStyleLayer.mm.ejs b/platform/darwin/src/MGLStyleLayer.mm.ejs
index c360898098..cf0cbc6e1a 100644
--- a/platform/darwin/src/MGLStyleLayer.mm.ejs
+++ b/platform/darwin/src/MGLStyleLayer.mm.ejs
@@ -6,6 +6,7 @@
// This file is generated.
// Edit platform/darwin/scripts/generate-style-code.js, then run `make style-code-darwin`.
+#import "MGLBaseStyleLayer_Private.hpp"
#import "MGLStyleLayer_Private.hpp"
#import "MGLStyleAttributeValue.h"
#import "MGL<%- camelize(type) %>StyleLayer.h"