Merge pull request #1740 from cloudwu/fixmingw

fix mingw build
This commit is contained in:
Бранимир Караџић 2019-04-24 07:08:55 -07:00 committed by GitHub
commit 680b4c546b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {