fix-build-gcc15.patch 347 B

123456789101112
  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. #include <algorithm>
  8. +#include <cstdint>
  9. #include <map>
  10. #include <memory>
  11. #include <set>