Fixed glslang.

This commit is contained in:
Branimir Karadžić 2023-12-23 22:49:27 -08:00
parent d7df6cf1b4
commit 854921bb48
1 changed files with 2 additions and 0 deletions

View File

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