From 3c2f7792c22191d17936418ba2f7aaa0c51f3dff Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 29 Jul 2019 21:32:29 +0100 Subject: [PATCH] Fixup --- llarp/util/fs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llarp/util/fs.hpp b/llarp/util/fs.hpp index 3536b5360..d242bda73 100644 --- a/llarp/util/fs.hpp +++ b/llarp/util/fs.hpp @@ -12,8 +12,8 @@ #include namespace fs = cpp17::filesystem; #else -#include -namespace fs = std::filesystem; +#include +namespace fs = std::experimental::filesystem; #endif #ifndef _MSC_VER