aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/filesystem_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/filesystem_fs.h b/toolsrc/include/filesystem_fs.h
index 8e223511d..0651ebf25 100644
--- a/toolsrc/include/filesystem_fs.h
+++ b/toolsrc/include/filesystem_fs.h
@@ -4,7 +4,7 @@
namespace fs
{
- namespace stdfs = std::tr2::sys;
+ namespace stdfs = std::experimental::filesystem;
using stdfs::path;
using stdfs::copy_options;