summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-09-23 15:26:31 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-09-26 14:55:49 -0700
commit570bafcfecf2ec9e87eaf280599b9e239bd5c2d4 (patch)
tree2e02fd417768ff1b972daecb25583d4e680a082a /test/src
parentf34ba23d85c2b034458363c8b3b7f2995a7ea09e (diff)
downloadqtlocation-mapboxgl-570bafcfecf2ec9e87eaf280599b9e239bd5c2d4.tar.gz
[core] Don't allow OfflineDownload to flood the request queue
Diffstat (limited to 'test/src')
-rw-r--r--test/src/mbgl/test/fake_file_source.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/mbgl/test/fake_file_source.hpp b/test/src/mbgl/test/fake_file_source.hpp
index 7ebb4cf0cb..3ed3f90a17 100644
--- a/test/src/mbgl/test/fake_file_source.hpp
+++ b/test/src/mbgl/test/fake_file_source.hpp
@@ -2,6 +2,7 @@
#include <mbgl/storage/file_source.hpp>
+#include <algorithm>
#include <list>
namespace mbgl {