summaryrefslogtreecommitdiff
path: root/src/mbgl/style/parser.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-14 10:44:26 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-14 11:25:45 -0700
commitcf7420a3c9ff4b0b3b79bade045cec59bf465990 (patch)
tree6fd0f9f1a8ccc467488637b6d30a2e7188dd7314 /src/mbgl/style/parser.hpp
parent2a991c6846bc6742abd618ec750bd2f01a13b75e (diff)
downloadqtlocation-mapboxgl-cf7420a3c9ff4b0b3b79bade045cec59bf465990.tar.gz
[core] Push Source::geojsonvt down to GeoJSONSource
Diffstat (limited to 'src/mbgl/style/parser.hpp')
-rw-r--r--src/mbgl/style/parser.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mbgl/style/parser.hpp b/src/mbgl/style/parser.hpp
index ea821fabde..09e47a9997 100644
--- a/src/mbgl/style/parser.hpp
+++ b/src/mbgl/style/parser.hpp
@@ -13,6 +13,12 @@
#include <unordered_map>
#include <forward_list>
+namespace mapbox {
+namespace geojsonvt {
+class GeoJSONVT;
+} // namespace geojsonvt
+} // namespace mapbox
+
namespace mbgl {
namespace style {