0001-fix-build-with-gcc-13.patch 793 B

123456789101112131415161718192021222324
  1. diff --git a/deps/v8/src/base/logging.h b/deps/v8/src/base/logging.h
  2. index 08db24a..38be165 100644
  3. --- a/deps/v8/src/base/logging.h
  4. +++ b/deps/v8/src/base/logging.h
  5. @@ -5,6 +5,7 @@
  6. #ifndef V8_BASE_LOGGING_H_
  7. #define V8_BASE_LOGGING_H_
  8. +#include <cstdint>
  9. #include <cstring>
  10. #include <sstream>
  11. #include <string>
  12. diff --git a/deps/v8/src/inspector/v8-string-conversions.h b/deps/v8/src/inspector/v8-string-conversions.h
  13. index c1d69c1..eb33c68 100644
  14. --- a/deps/v8/src/inspector/v8-string-conversions.h
  15. +++ b/deps/v8/src/inspector/v8-string-conversions.h
  16. @@ -5,6 +5,7 @@
  17. #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
  18. #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
  19. +#include <cstdint>
  20. #include <string>
  21. // Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may