From f0910dc9485d552624d46c8d1eba075a4a98f39b Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 15 Feb 2020 11:00:54 +0900 Subject: [PATCH] Common/FileSystem: Include fix --- src/common/file_system.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/file_system.cpp b/src/common/file_system.cpp index b8873d45e..96322ad37 100644 --- a/src/common/file_system.cpp +++ b/src/common/file_system.cpp @@ -7,10 +7,11 @@ #include #ifdef __APPLE__ -#include -#else #include +#include #include +#else +#include #endif #if defined(WIN32)