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-17 12:28:55 +0300
commita10254f1ec5949577c506bac56c4e2b2a648c70e (patch)
tree84cfcd59408d534bd4864fa27254d02dc19933eb
parentf604280812d44146ce1a1c8c1ae92a062c286274 (diff)
downloadqtlocation-mapboxgl-a10254f1ec5949577c506bac56c4e2b2a648c70e.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