From acd95c325afaf09976400d86733d26b83f28542f Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Mon, 24 Jul 2017 15:36:02 +0300 Subject: [core] Fix issues with the std:: namespace and old compilers Specifically when building Android with GCC 4.9 (which Qt still does :-/) --- src/mbgl/tile/geojson_tile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mbgl/tile') diff --git a/src/mbgl/tile/geojson_tile.cpp b/src/mbgl/tile/geojson_tile.cpp index d5e2e14e54..f6861140b7 100644 --- a/src/mbgl/tile/geojson_tile.cpp +++ b/src/mbgl/tile/geojson_tile.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include -- cgit v1.2.1