aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/filesystem_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/filesystem_fs.h')
-rw-r--r--toolsrc/include/filesystem_fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolsrc/include/filesystem_fs.h b/toolsrc/include/filesystem_fs.h
new file mode 100644
index 000000000..ece485c23
--- /dev/null
+++ b/toolsrc/include/filesystem_fs.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <filesystem>
+
+namespace fs = std::tr2::sys; \ No newline at end of file