summaryrefslogtreecommitdiffstats
path: root/fs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fs.cpp')
-rw-r--r--fs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs.cpp b/fs.cpp
index 0c20d83..244fb8b 100644
--- a/fs.cpp
+++ b/fs.cpp
@@ -16,13 +16,13 @@
#include "fs.hpp"
-#include <experimental/filesystem>
+#include <filesystem>
#include <string>
#include <vector>
namespace blobs
{
-namespace fs = std::experimental::filesystem;
+namespace fs = std::filesystem;
std::vector<std::string> getLibraryList(const std::string& path,
PathMatcher check)
OpenPOWER on IntegriCloud