Making sure std::min/max are not overridden by windows header's min/max

This commit is contained in:
ANR2ME 2020-08-11 22:55:52 +07:00
parent 8dec09703f
commit d9d8c031d4

View file

@ -15,6 +15,9 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#if defined(_WIN32)
#include "Common/CommonWindows.h"
#endif
#include "i18n/i18n.h"
#include "Common/Serialize/Serializer.h"
#include "Common/Serialize/SerializeFuncs.h"