Common.h: don't use to_string workaround on MSVC
Pre-VS2012 is no longer supported. It might still be needed on Android, I haven't tested this.
This commit is contained in:
parent
f202aa665e
commit
d9c3c7538b
@ -54,7 +54,7 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#if defined(__ANDROID__) || (defined(_MSC_VER) && _MSC_VER < 1700)
|
||||
#if defined(__ANDROID__)
|
||||
#include <sstream>
|
||||
namespace std {
|
||||
template<typename T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user