summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-06 14:51:50 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-16 23:16:48 +0300
commit3ee2109b797e4c00805d3a4109defa2abb3f771b (patch)
treee63f2537c7cfd17d3ee521637053fd5c74713a9a
parent1292da480b4fc3e7ddab4134d844e4ec79c3368a (diff)
downloadqtlocation-mapboxgl-3ee2109b797e4c00805d3a4109defa2abb3f771b.tar.gz
[build] Fix expression-test build
-rw-r--r--expression-test/filesystem.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/expression-test/filesystem.hpp b/expression-test/filesystem.hpp
new file mode 100644
index 0000000000..cee7e9d911
--- /dev/null
+++ b/expression-test/filesystem.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <ghc/filesystem.hpp>
+
+namespace mbgl {
+
+namespace filesystem = ghc::filesystem;
+
+} // namespace mbgl