summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-22 18:22:43 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 18:22:43 +0200
commit40a933ddce390b7926c25bb00a95f34fd76453ae (patch)
treee6029d442e881de602862b7fbb996e0f46573c71 /src
parente2aaae665b96e3a39ee52702d43262595475ad07 (diff)
downloadqtlocation-mapboxgl-40a933ddce390b7926c25bb00a95f34fd76453ae.tar.gz
add missing header
Diffstat (limited to 'src')
-rw-r--r--src/map/source.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/source.cpp b/src/map/source.cpp
index ca1f3d5323..9c0f7caf28 100644
--- a/src/map/source.cpp
+++ b/src/map/source.cpp
@@ -18,6 +18,8 @@
#include <mbgl/map/vector_tile_data.hpp>
#include <mbgl/map/raster_tile_data.hpp>
+#include <algorithm>
+
namespace mbgl {
Source::Source(const util::ptr<SourceInfo>& info_)