diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-12-14 14:49:12 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-01-08 22:58:20 +0200 |
commit | 5b789aa4d69164b50d5212623f289350e30987da (patch) | |
tree | 5cec2b9bb32609894314b591d12aa2c718df0cc7 /src | |
parent | f880baaeb73a196dfcc80786b37e0f7fb6730bd1 (diff) | |
download | qtlocation-mapboxgl-5b789aa4d69164b50d5212623f289350e30987da.tar.gz |
[windows][core] Include what you use
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/text/glyph.hpp | 1 | ||||
-rw-r--r-- | src/mbgl/util/http_timeout.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
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 { |