diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-09-23 15:26:31 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-09-26 14:55:49 -0700 |
commit | 570bafcfecf2ec9e87eaf280599b9e239bd5c2d4 (patch) | |
tree | 2e02fd417768ff1b972daecb25583d4e680a082a /test/src/mbgl | |
parent | f34ba23d85c2b034458363c8b3b7f2995a7ea09e (diff) | |
download | qtlocation-mapboxgl-570bafcfecf2ec9e87eaf280599b9e239bd5c2d4.tar.gz |
[core] Don't allow OfflineDownload to flood the request queue
Diffstat (limited to 'test/src/mbgl')
-rw-r--r-- | test/src/mbgl/test/fake_file_source.hpp | 1 |
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 { |