summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/paint_property_statistics.hpp
diff options
context:
space:
mode:
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>