diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-06-14 10:55:58 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-06-14 11:25:45 -0700 |
commit | 9dfcb95e4fe333922306eadd4df5cbde2f03a6c1 (patch) | |
tree | 61c7fb9d3dede6097bda1fd35806131cb21ab957 /test | |
parent | 755cc80edfc53a680030a88a661afe1d9edd1f75 (diff) | |
download | qtlocation-mapboxgl-9dfcb95e4fe333922306eadd4df5cbde2f03a6c1.tar.gz |
[core] Push Source::tileset down to TileSource
Diffstat (limited to 'test')
-rw-r--r-- | test/style/source.cpp | 1 | ||||
-rw-r--r-- | test/style/style_parser.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/style/source.cpp b/test/style/source.cpp index 4348dbc7e7..7a574e9e51 100644 --- a/test/style/source.cpp +++ b/test/style/source.cpp @@ -9,6 +9,7 @@ #include <mbgl/util/run_loop.hpp> #include <mbgl/util/string.hpp> #include <mbgl/util/io.hpp> +#include <mbgl/util/tileset.hpp> #include <mbgl/platform/log.hpp> #include <mbgl/map/transform.hpp> diff --git a/test/style/style_parser.cpp b/test/style/style_parser.cpp index 02a4077ab9..f3fef24352 100644 --- a/test/style/style_parser.cpp +++ b/test/style/style_parser.cpp @@ -4,6 +4,7 @@ #include <mbgl/style/parser.hpp> #include <mbgl/util/io.hpp> #include <mbgl/util/enum.hpp> +#include <mbgl/util/tileset.hpp> #include <rapidjson/document.h> |