summaryrefslogtreecommitdiff
path: root/src/mbgl/style/property_value.hpp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-09-30 16:14:32 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-09-30 15:34:40 -0700
commitb46c102eb0ec3ca2ff0b422831cb98fa2bdebcba (patch)
tree3525ee2dba9e77fadedda73446a549ac8ebddda5 /src/mbgl/style/property_value.hpp
parent3d57f3ea7c6ae1f098668c37a8c5f79638b0e527 (diff)
downloadqtlocation-mapboxgl-b46c102eb0ec3ca2ff0b422831cb98fa2bdebcba.tar.gz
mason variant@1.0
Diffstat (limited to 'src/mbgl/style/property_value.hpp')
-rw-r--r--src/mbgl/style/property_value.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/style/property_value.hpp b/src/mbgl/style/property_value.hpp
index fbc3f3bd6a..f225899c66 100644
--- a/src/mbgl/style/property_value.hpp
+++ b/src/mbgl/style/property_value.hpp
@@ -1,7 +1,8 @@
#ifndef MBGL_STYLE_PROPERTY_VALUE
#define MBGL_STYLE_PROPERTY_VALUE
-#include <mbgl/util/variant.hpp>
+#include <mapbox/variant.hpp>
+
#include <mbgl/style/function_properties.hpp>
#include <mbgl/style/piecewisefunction_properties.hpp>
#include <mbgl/style/types.hpp>