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-09 13:26:27 +0300
commit0d1af8c9b178ebea0b7fe135f7ff323ef418af03 (patch)
treea37f9b3faee090a8a1250cc0b15fec453a2f7cac
parenta6fde5a31179ca277d3cf9e2cffa47f5a3b729fd (diff)
downloadqtlocation-mapboxgl-0d1af8c9b178ebea0b7fe135f7ff323ef418af03.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