summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-11 17:38:07 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-11 18:01:53 -0800
commitc2ab5b34a76599f2493e5b9101c870cf1c91253d (patch)
treed014efb918ea5f65307007497d93be6ef09ab833 /src
parent62bbf2627a32a57188e4026aca8dc337e07ded7f (diff)
downloadqtlocation-mapboxgl-c2ab5b34a76599f2493e5b9101c870cf1c91253d.tar.gz
[tests] Fix build
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/tile/tile_cache.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/tile/tile_cache.hpp b/src/mbgl/tile/tile_cache.hpp
index 199f611e79..4d0b42242a 100644
--- a/src/mbgl/tile/tile_cache.hpp
+++ b/src/mbgl/tile/tile_cache.hpp
@@ -2,6 +2,7 @@
#define MBGL_MAP_TILE_CACHE
#include <list>
+#include <memory>
#include <unordered_map>
namespace mbgl {