summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geojson_tile.cpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-12-20 15:46:10 -0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2017-01-24 11:36:59 +0200
commit3e2fc894f73e5750ad365d7ca3563d535928a17b (patch)
treec591010796fe128a090aaf721e3a558cf3bbe798 /src/mbgl/tile/geojson_tile.cpp
parent9833ca8b76e9608ba9c3a8928de93b1fb9be3a45 (diff)
downloadqtlocation-mapboxgl-3e2fc894f73e5750ad365d7ca3563d535928a17b.tar.gz
[gcc4.9] std:: namespace issues
Diffstat (limited to 'src/mbgl/tile/geojson_tile.cpp')
-rw-r--r--src/mbgl/tile/geojson_tile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/tile/geojson_tile.cpp b/src/mbgl/tile/geojson_tile.cpp
index 61437b79b1..a2f453f03d 100644
--- a/src/mbgl/tile/geojson_tile.cpp
+++ b/src/mbgl/tile/geojson_tile.cpp
@@ -1,6 +1,7 @@
#include <mbgl/tile/geojson_tile.hpp>
#include <mbgl/tile/geometry_tile_data.hpp>
+#include <mbgl/util/string.hpp>
#include <mapbox/geojsonvt.hpp>
#include <supercluster.hpp>