diff options
Diffstat (limited to 'test/src')
-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 { |