fix mingw build

This commit is contained in:
Cloud Wu 2019-04-24 14:55:27 +08:00
parent ca8f49cbca
commit 4d5ba07b8b

View File

@ -37,9 +37,10 @@
#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) {