chromium-112-gcc-13-0008-dawn.patch 892 B

1234567891011121314151617181920212223
  1. https://dawn-review.googlesource.com/c/dawn/+/126120
  2. From a7423b3d8367a706c50ab787df2fe5eedb6c3c9f Mon Sep 17 00:00:00 2001
  3. From: Stephan Hartmann <stha09@googlemail.com>
  4. Date: Mon, 03 Apr 2023 13:51:27 +0000
  5. Subject: [PATCH] IWYU: add cstdint for uint8_t dawn::native::stream::ByteVectorSink
  6. Bug: chromium:957519
  7. Change-Id: I48436db0e203d793e47d717bfb75977c67145e94
  8. Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126120
  9. Reviewed-by: Corentin Wallez <cwallez@chromium.org>
  10. Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
  11. Kokoro: Kokoro <noreply+kokoro@google.com>
  12. --- a/third_party/dawn/src/dawn/native/stream/ByteVectorSink.h
  13. +++ b/third_party/dawn/src/dawn/native/stream/ByteVectorSink.h
  14. @@ -15,6 +15,7 @@
  15. #ifndef SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
  16. #define SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
  17. +#include <cstdint>
  18. #include <ostream>
  19. #include <vector>