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/util/dtoa.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mbgl/util/dtoa.cpp') diff --git a/src/mbgl/util/dtoa.cpp b/src/mbgl/util/dtoa.cpp index 6ca3e19c3d..0e3aef6117 100644 --- a/src/mbgl/util/dtoa.cpp +++ b/src/mbgl/util/dtoa.cpp @@ -6,6 +6,8 @@ #include #endif +#include + namespace mbgl { namespace util { -- cgit v1.2.1