std::bind build fix for VS2012
This commit is contained in:
parent
9e42086e21
commit
75492719e8
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
// Official git repository and contact information can be found at
|
// Official git repository and contact information can be found at
|
||||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
// 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 "Common/ThreadPools.h"
|
||||||
#include "Core/MemMap.h"
|
#include "Core/MemMap.h"
|
||||||
#include "Core/Reporting.h"
|
#include "Core/Reporting.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue