mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-02 18:46:52 +00:00
Merge pull request #4771 from raven02/patch-33
std::bind build fix for VS2012
This commit is contained in:
commit
fd1bd3c606
@ -15,6 +15,11 @@
|
||||
// Official git repository and contact information can be found at
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
// std::bind fix for VS2012
|
||||
#if defined(_WIN32) && _MSC_VER == 1700
|
||||
#include "../native/base/basictypes.h"
|
||||
#endif
|
||||
|
||||
#include "Common/ThreadPools.h"
|
||||
#include "Core/MemMap.h"
|
||||
#include "Core/Reporting.h"
|
||||
|
Loading…
Reference in New Issue
Block a user