Ver código fonte

Merge pull request #1734 from cloudwu/fixmingw

Fix MinGW build
Бранимир Караџић 6 anos atrás
pai
commit
c4baa3125b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      3rdparty/glslang/glslang/Include/Common.h

+ 1 - 1
3rdparty/glslang/glslang/Include/Common.h

@@ -37,9 +37,9 @@
 #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) {