Fix MinGW build

This commit is contained in:
Cloud Wu
2019-04-19 11:08:22 +08:00
parent 982c60d003
commit a1eb8632df

View File

@@ -37,9 +37,9 @@
#ifndef _COMMON_INCLUDED_
#define _COMMON_INCLUDED_
#include <sstream>
#if defined(__ANDROID__) || (defined(_MSC_VER) && _MSC_VER < 1700)
#include <sstream>
namespace std {
template<typename T>
std::string to_string(const T& val) {