From 897824273ffde777b9d7ae86c3c8178f6075ee26 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 2 Aug 2017 16:44:42 +0300 Subject: [core] Include what you use Fix linking error on MacOS with older clang versions. --- src/mbgl/tile/geojson_tile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mbgl/tile/geojson_tile.cpp b/src/mbgl/tile/geojson_tile.cpp index f6861140b7..5d8339d775 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