Merge pull request #4771 from raven02/patch-33

std::bind build fix for VS2012
This commit is contained in:
Henrik Rydgård 2013-12-09 05:28:13 -08:00
commit fd1bd3c606

View File

@ -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"