summaryrefslogtreecommitdiff
path: root/test/storage
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 /test/storage
parent62bbf2627a32a57188e4026aca8dc337e07ded7f (diff)
downloadqtlocation-mapboxgl-c2ab5b34a76599f2493e5b9101c870cf1c91253d.tar.gz
[tests] Fix build
Diffstat (limited to 'test/storage')
-rw-r--r--test/storage/offline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/offline.cpp b/test/storage/offline.cpp
index b34aa02c22..e8f78425f5 100644
--- a/test/storage/offline.cpp
+++ b/test/storage/offline.cpp
@@ -1,5 +1,5 @@
#include <mbgl/storage/offline.hpp>
-#include <mbgl/map/source_info.hpp>
+#include <mbgl/source/source_info.hpp>
#include <mbgl/map/tile_id.hpp>
#include <gtest/gtest.h>