From 967252dded140964676c9da78cdaf556f37ea790 Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 8 May 2019 21:06:17 +0200 Subject: [PATCH] IOS/FS/Filesystem: Work around macro problem --- Source/Core/Core/IOS/FS/FileSystem.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/Core/Core/IOS/FS/FileSystem.h b/Source/Core/Core/IOS/FS/FileSystem.h index 2379ebe80b..6266ba6979 100644 --- a/Source/Core/Core/IOS/FS/FileSystem.h +++ b/Source/Core/Core/IOS/FS/FileSystem.h @@ -9,6 +9,11 @@ #include #include +#ifdef _WIN32 +// TODO: Horrible hack, remove ASAP! +#include +#endif + #include "Common/CommonTypes.h" #include "Common/Result.h"