flycast-lr: fix building with gcc15

This commit is contained in:
spycat88
2025-11-16 15:55:36 +00:00
parent 27cdec86ca
commit c3900f28f2

View File

@@ -0,0 +1,10 @@
--- a/core/deps/glslang/SPIRV/SpvBuilder.h
+++ b/core/deps/glslang/SPIRV/SpvBuilder.h
@@ -63,6 +63,7 @@
#include <stack>
#include <unordered_map>
#include <map>
+#include <cstdint>
namespace spv {