summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/paint_property_statistics.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-02-27 16:41:48 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-01 09:33:37 +0100
commitc53cbe52461e3c1f6f4e1bb6383a6a2e3e5a2cae (patch)
treed4a2e81a7012ee1843900a52e8ddea1117dbaf23 /src/mbgl/renderer/paint_property_statistics.hpp
parent95deab32ceadd2bca3912d866e76c6b0f1b931f4 (diff)
downloadqtlocation-mapboxgl-c53cbe52461e3c1f6f4e1bb6383a6a2e3e5a2cae.tar.gz
[core] include what you use
Diffstat (limited to 'src/mbgl/renderer/paint_property_statistics.hpp')
-rw-r--r--src/mbgl/renderer/paint_property_statistics.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/renderer/paint_property_statistics.hpp b/src/mbgl/renderer/paint_property_statistics.hpp
index 59a8545911..017aa5ac3b 100644
--- a/src/mbgl/renderer/paint_property_statistics.hpp
+++ b/src/mbgl/renderer/paint_property_statistics.hpp
@@ -2,6 +2,8 @@
#include <mbgl/util/optional.hpp>
+#include <algorithm>
+
namespace mbgl {
template <class T>