mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-24 18:15:49 +00:00
std::bind build fix for VS2012
This commit is contained in:
parent
9e42086e21
commit
75492719e8
@ -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…
x
Reference in New Issue
Block a user