Browse Source

Fixed glslang.

Branimir Karadžić 2 years ago
parent
commit
854921bb48
1 changed files with 2 additions and 0 deletions
  1. 2 0
      3rdparty/glslang/glslang/MachineIndependent/span.h

+ 2 - 0
3rdparty/glslang/glslang/MachineIndependent/span.h

@@ -35,6 +35,8 @@
 // POSSIBILITY OF SUCH DAMAGE.
 // POSSIBILITY OF SUCH DAMAGE.
 //
 //
 
 
+#include <array>
+
 // Partial implementation of std::span for C++11
 // Partial implementation of std::span for C++11
 // Replace with std::span if repo standard is bumped to C++20
 // Replace with std::span if repo standard is bumped to C++20
 //
 //