Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/glslang/patches/0002-gcc15-include-fix.patch
9898 views
1
diff --git a/thirdparty/glslang/SPIRV/SpvBuilder.h b/thirdparty/glslang/SPIRV/SpvBuilder.h
2
index a65a98e337..1499592c4f 100644
3
--- a/thirdparty/glslang/SPIRV/SpvBuilder.h
4
+++ b/thirdparty/glslang/SPIRV/SpvBuilder.h
5
@@ -56,6 +56,7 @@ namespace spv {
6
}
7
8
#include <algorithm>
9
+#include <cstdint>
10
#include <map>
11
#include <memory>
12
#include <set>
13
14