IOS/FS/Filesystem: Work around macro problem
This commit is contained in:
parent
12a26453e9
commit
967252dded
|
@ -9,6 +9,11 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WIN32
|
||||
// TODO: Horrible hack, remove ASAP!
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Result.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue