mirror of
https://github.com/libretro/glslang.git
synced 2024-12-13 19:23:20 +00:00
[VS2010] Locally define std::to_string on VS2010 as well as android
This commit is contained in:
parent
ab44ba757e
commit
bf2c88b6d1
@ -51,7 +51,7 @@
|
||||
#define UINT_PTR uintptr_t
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#if defined(__ANDROID__) || _MSC_VER < 1700
|
||||
#include <sstream>
|
||||
namespace std {
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user