summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/property_value.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-06-29 12:52:08 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-13 13:37:27 -0700
commita6727921fc1608d341c086cd70341e6df5e79a2b (patch)
tree3d856db5fc934256962a75808ec1a821c457aa02 /include/mbgl/style/conversion/property_value.hpp
parentbea8f8d177905bfb74e8b5c2d5e7750b3d6bad8e (diff)
downloadqtlocation-mapboxgl-a6727921fc1608d341c086cd70341e6df5e79a2b.tar.gz
[core] Convert legacy functions directly to expressions
Diffstat (limited to 'include/mbgl/style/conversion/property_value.hpp')
-rw-r--r--include/mbgl/style/conversion/property_value.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/conversion/property_value.hpp b/include/mbgl/style/conversion/property_value.hpp
index dc1c32830f..e52c63d023 100644
--- a/include/mbgl/style/conversion/property_value.hpp
+++ b/include/mbgl/style/conversion/property_value.hpp
@@ -9,6 +9,7 @@
#include <mbgl/style/expression/is_expression.hpp>
#include <mbgl/style/expression/find_zoom_curve.hpp>
#include <mbgl/style/expression/parsing_context.hpp>
+#include <mbgl/style/expression/literal.hpp>
namespace mbgl {
namespace style {