mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
SPIRV/SpvBuilder.h: add missing <cstdint> include
Without the change `glslang` build fails on upcoming `gcc-15` as: In file included from /build/source/SPIRV/GlslangToSpv.cpp:45: SPIRV/SpvBuilder.h:248:30: error: 'uint32_t' has not been declared 248 | Id makeDebugLexicalBlock(uint32_t line); | ^~~~~~~~
This commit is contained in:
parent
11290021b7
commit
e40c14a3e0
@ -56,6 +56,7 @@ namespace spv {
|
||||
}
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
Loading…
Reference in New Issue
Block a user