summaryrefslogtreecommitdiff
path: root/test/storage/offline_database.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage/offline_database.test.cpp')
-rw-r--r--test/storage/offline_database.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/offline_database.test.cpp b/test/storage/offline_database.test.cpp
index 41eae6f103..809771af07 100644
--- a/test/storage/offline_database.test.cpp
+++ b/test/storage/offline_database.test.cpp
@@ -8,7 +8,7 @@
#include <mbgl/util/io.hpp>
#include <mbgl/util/string.hpp>
-#include <sqlite3.hpp>
+#include <mbgl/storage/sqlite3.hpp>
#include <thread>
#include <random>