forked from hertog/godot-module-template
13 lines
347 B
Diff
13 lines
347 B
Diff
diff --git a/thirdparty/glslang/SPIRV/SpvBuilder.h b/thirdparty/glslang/SPIRV/SpvBuilder.h
|
|
index a65a98e337..1499592c4f 100644
|
|
--- a/thirdparty/glslang/SPIRV/SpvBuilder.h
|
|
+++ b/thirdparty/glslang/SPIRV/SpvBuilder.h
|
|
@@ -56,6 +56,7 @@ namespace spv {
|
|
}
|
|
|
|
#include <algorithm>
|
|
+#include <cstdint>
|
|
#include <map>
|
|
#include <memory>
|
|
#include <set>
|