summaryrefslogtreecommitdiff
path: root/src/mbgl/style
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style')
-rw-r--r--src/mbgl/style/layers/symbol_layer_properties.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/style/layers/symbol_layer_properties.hpp b/src/mbgl/style/layers/symbol_layer_properties.hpp
index e44e7e404f..a0393c4359 100644
--- a/src/mbgl/style/layers/symbol_layer_properties.hpp
+++ b/src/mbgl/style/layers/symbol_layer_properties.hpp
@@ -12,6 +12,7 @@
#include <mbgl/style/properties.hpp>
#include <mbgl/programs/attributes.hpp>
#include <mbgl/programs/uniforms.hpp>
+#include <mbgl/util/util.hpp>
namespace mbgl {
namespace style {
@@ -341,7 +342,7 @@ class SymbolPaintProperties : public Properties<
TextTranslateAnchor
> {};
-class SymbolLayerProperties final : public LayerProperties {
+class MBGL_EXPORT SymbolLayerProperties final : public LayerProperties {
public:
explicit SymbolLayerProperties(Immutable<SymbolLayer::Impl>);
SymbolLayerProperties(