Merge pull request #1100 from cxd4/_Support_h_

repaired compilation assumptions in Project64/Support.h
This commit is contained in:
zilmar 2016-06-02 21:03:48 +10:00
commit cd98e19aeb
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#if defined(_WIN32)
#include <windows.h>
#endif
#include <Common/memtest.h>
#include <Common/MemTest.h>
#include <Common/CriticalSection.h>
#include <Common/StdString.h>
#include <Common/FileClass.h>