summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-12-14 14:49:12 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-01-08 22:58:20 +0200
commit5b789aa4d69164b50d5212623f289350e30987da (patch)
tree5cec2b9bb32609894314b591d12aa2c718df0cc7
parentf880baaeb73a196dfcc80786b37e0f7fb6730bd1 (diff)
downloadqtlocation-mapboxgl-5b789aa4d69164b50d5212623f289350e30987da.tar.gz
[windows][core] Include what you use
-rw-r--r--include/mbgl/style/expression/parsing_context.hpp1
-rw-r--r--src/mbgl/text/glyph.hpp1
-rw-r--r--src/mbgl/util/http_timeout.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/style/expression/parsing_context.hpp b/include/mbgl/style/expression/parsing_context.hpp
index a983789cbd..e5c3d3359d 100644
--- a/include/mbgl/style/expression/parsing_context.hpp
+++ b/include/mbgl/style/expression/parsing_context.hpp
@@ -5,6 +5,7 @@
#include <mbgl/style/expression/type.hpp>
#include <mbgl/style/conversion.hpp>
+#include <iterator>
#include <map>
#include <string>
#include <vector>
diff --git a/src/mbgl/text/glyph.hpp b/src/mbgl/text/glyph.hpp
index 08ff82a20a..2c03da308a 100644
--- a/src/mbgl/text/glyph.hpp
+++ b/src/mbgl/text/glyph.hpp
@@ -13,6 +13,7 @@
#include <vector>
#include <string>
#include <map>
+#include <set>
namespace mbgl {
diff --git a/src/mbgl/util/http_timeout.cpp b/src/mbgl/util/http_timeout.cpp
index 3456369250..04842e48be 100644
--- a/src/mbgl/util/http_timeout.cpp
+++ b/src/mbgl/util/http_timeout.cpp
@@ -1,6 +1,7 @@
#include <mbgl/util/http_timeout.hpp>
#include <mbgl/util/constants.hpp>
+#include <algorithm>
#include <cassert>
namespace mbgl {