From 2766e64973b5f9eadf2e8a1cbbe43334e3e76d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 17 Oct 2018 15:57:52 +0200 Subject: [core] only include when we need it --- include/mbgl/util/string.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/mbgl/util/string.hpp b/include/mbgl/util/string.hpp index f8a63acdf9..c44a84a53a 100644 --- a/include/mbgl/util/string.hpp +++ b/include/mbgl/util/string.hpp @@ -1,6 +1,5 @@ #pragma once -#include #include #include #include @@ -9,6 +8,9 @@ // Polyfill needed by Qt when building for Android with GCC #if defined(__ANDROID__) && defined(__GLIBCXX__) +// TODO: remove use std::to_string to avoid using +#include + namespace std { template -- cgit v1.2.1