Fixed MinGW build error.

This commit is contained in:
Branimir Karadžić 2018-09-05 16:56:39 -07:00
parent 6acd1a2c19
commit 148e03255f

View File

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