summaryrefslogtreecommitdiff
path: root/src/mbgl/map/vector_tile.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-11 11:18:54 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-03-06 14:40:33 +0100
commit86455585ee9a2be5aed210411605e712eafd98d7 (patch)
treeaf151bfe7c9abe1df1b29b9bd0ad30e1b325b878 /src/mbgl/map/vector_tile.cpp
parentfb44fc81bdab09d079ed27e22b86718627ded48b (diff)
downloadqtlocation-mapboxgl-86455585ee9a2be5aed210411605e712eafd98d7.tar.gz
update mapbox::variant
Diffstat (limited to 'src/mbgl/map/vector_tile.cpp')
-rw-r--r--src/mbgl/map/vector_tile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/map/vector_tile.cpp b/src/mbgl/map/vector_tile.cpp
index ac7134fb0c..2828b08842 100644
--- a/src/mbgl/map/vector_tile.cpp
+++ b/src/mbgl/map/vector_tile.cpp
@@ -1,5 +1,6 @@
#include <mbgl/map/vector_tile.hpp>
#include <mbgl/style/filter_expression_private.hpp>
+#include <mbgl/util/variant_io.hpp>
#include <algorithm>
#include <iostream>