Fixed MinGW build error.
This commit is contained in:
parent
6acd1a2c19
commit
148e03255f
2
3rdparty/glslang/glslang/Include/Common.h
vendored
2
3rdparty/glslang/glslang/Include/Common.h
vendored
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user