This commit is contained in:
Branimir Karadžić 2018-09-02 22:37:18 -07:00
parent a4bedea36c
commit e35788949e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define _COMMON_INCLUDED_
#if defined(__ANDROID__) || _MSC_VER < 1700
#if defined(__ANDROID__)
#include <sstream>
namespace std {
template<typename T>