aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/filesystem_fs.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-29 18:08:53 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-30 13:38:42 -0800
commit0042316c4b57cf91ded8e474a8dda354340e7381 (patch)
treeb328767cab72afa547e9d06c5662f56fc5cfac21 /toolsrc/include/filesystem_fs.h
parent5815a102389e84fd1bc6a6d7865ab0459d7c7a9f (diff)
downloadvcpkg-0042316c4b57cf91ded8e474a8dda354340e7381.tar.gz
vcpkg-0042316c4b57cf91ded8e474a8dda354340e7381.zip
Introduce filesystem_fs.h
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