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/mbgl/text | |
parent | f880baaeb73a196dfcc80786b37e0f7fb6730bd1 (diff) | |
download | qtlocation-mapboxgl-5b789aa4d69164b50d5212623f289350e30987da.tar.gz |
[windows][core] Include what you use
Diffstat (limited to 'src/mbgl/text')
-rw-r--r-- | src/mbgl/text/glyph.hpp | 1 |
1 files changed, 1 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 { |