summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-06-24 18:17:48 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-07-08 19:46:00 +0200
commitd880507f8402530fc0fc0d24a7005cb55188d8df (patch)
tree91f4ea8648f25a5a64b39fd058fd66988bbed7fc /test
parent33a3388ccd07168da8169f5653d40d4ee623cf8e (diff)
downloadqtlocation-mapboxgl-d880507f8402530fc0fc0d24a7005cb55188d8df.tar.gz
add missing headers
Diffstat (limited to 'test')
-rw-r--r--test/annotations/sprite_parser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/annotations/sprite_parser.cpp b/test/annotations/sprite_parser.cpp
index cb5219b76c..5b1611cb11 100644
--- a/test/annotations/sprite_parser.cpp
+++ b/test/annotations/sprite_parser.cpp
@@ -6,6 +6,8 @@
#include <mbgl/util/image.hpp>
#include <mbgl/util/io.hpp>
+#include <algorithm>
+
using namespace mbgl;
TEST(Annotations, SpriteImageCreationInvalid) {