diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-31 17:34:11 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-06-01 17:37:01 -0700 |
commit | 0fba70d5a8465499b0dce900e5aa74f7189e4594 (patch) | |
tree | 7902b9bd29d25de0de6d116fc3245b1b269477f4 /test/style | |
parent | cfd6757ecc9bd4d9b1f4c5266d19da48c529f58b (diff) | |
download | qtlocation-mapboxgl-0fba70d5a8465499b0dce900e5aa74f7189e4594.tar.gz |
[all] Rationalize annotation API
Diffstat (limited to 'test/style')
-rw-r--r-- | test/style/source.cpp | 2 |
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 { |