From fab15edb53583cdc2af4bcb01f491253ce2ce069 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 20 Jun 2019 10:39:56 +0200 Subject: Replace includes with https://bugs.dolphin-emu.org/issues/11770 --- Source/Core/Common/FileSearch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/Common/FileSearch.cpp') diff --git a/Source/Core/Common/FileSearch.cpp b/Source/Core/Common/FileSearch.cpp index 2994e00a74..561e1136e6 100644 --- a/Source/Core/Common/FileSearch.cpp +++ b/Source/Core/Common/FileSearch.cpp @@ -10,8 +10,8 @@ #ifdef _MSC_VER #include -#include -namespace fs = std::experimental::filesystem; +#include +namespace fs = std::filesystem; #define HAS_STD_FILESYSTEM #else #include -- cgit v1.2.3