commit
680b4c546b
3
3rdparty/glslang/glslang/Include/Common.h
vendored
3
3rdparty/glslang/glslang/Include/Common.h
vendored
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user