Build fix for VS 2012.

This commit is contained in:
The Dax 2013-09-17 15:13:02 -04:00
parent 8c6bd4ef51
commit e8263523a8

View file

@ -15,6 +15,13 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
// On Visual Studio 2012, include this before anything else so
// _VARIADIC_MAX gets set to 10, to avoid std::bind compile errors.
// See header file for reasons why.
#if defined(_WIN32) && _MSC_VER == 1700
#include "../native/base/basictypes.h"
#endif
#include "GPU/Directx9/TextureScalerDX9.h"
#include "Core/Config.h"