summaryrefslogtreecommitdiff
path: root/test/style
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-31 17:34:11 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-01 17:37:01 -0700
commit0fba70d5a8465499b0dce900e5aa74f7189e4594 (patch)
tree7902b9bd29d25de0de6d116fc3245b1b269477f4 /test/style
parentcfd6757ecc9bd4d9b1f4c5266d19da48c529f58b (diff)
downloadqtlocation-mapboxgl-0fba70d5a8465499b0dce900e5aa74f7189e4594.tar.gz
[all] Rationalize annotation API
Diffstat (limited to 'test/style')
-rw-r--r--test/style/source.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/style/source.cpp b/test/style/source.cpp
index 622ec7ae7e..5023a9efea 100644
--- a/test/style/source.cpp
+++ b/test/style/source.cpp
@@ -16,6 +16,8 @@
#include <mbgl/layer/line_layer.hpp>
#include <mbgl/annotation/annotation_manager.hpp>
+#include <mapbox/geojsonvt.hpp>
+
using namespace mbgl;
class SourceTest {