summarylogtreecommitdiffstats
path: root/dawn-iwyu-add-cstdint-for-uint8_t.patch
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-26 14:25:38 +0300
committerCaleb Maclennan2024-02-07 13:48:20 +0300
commit70a1387afcc8541372849bee9c6451df0982e220 (patch)
tree12b0cd1689badabb936ec1e03f797e0745082809 /dawn-iwyu-add-cstdint-for-uint8_t.patch
downloadaur-70a1387afcc8541372849bee9c6451df0982e220.tar.gz
upgpkg: 24.4.0-1
Diffstat (limited to 'dawn-iwyu-add-cstdint-for-uint8_t.patch')
-rw-r--r--dawn-iwyu-add-cstdint-for-uint8_t.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/dawn-iwyu-add-cstdint-for-uint8_t.patch b/dawn-iwyu-add-cstdint-for-uint8_t.patch
new file mode 100644
index 000000000000..9ca736232e28
--- /dev/null
+++ b/dawn-iwyu-add-cstdint-for-uint8_t.patch
@@ -0,0 +1,28 @@
+From a7423b3d8367a706c50ab787df2fe5eedb6c3c9f Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann <stha09@googlemail.com>
+Date: Mon, 3 Apr 2023 13:51:27 +0000
+Subject: [PATCH] IWYU: add cstdint for uint8_t
+ dawn::native::stream::ByteVectorSink
+
+Bug: chromium:957519
+Change-Id: I48436db0e203d793e47d717bfb75977c67145e94
+Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126120
+Reviewed-by: Corentin Wallez <cwallez@chromium.org>
+Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
+Kokoro: Kokoro <noreply+kokoro@google.com>
+---
+ src/dawn/native/stream/ByteVectorSink.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/dawn/native/stream/ByteVectorSink.h b/src/dawn/native/stream/ByteVectorSink.h
+index 3b6016c082..5537820b1a 100644
+--- a/src/dawn/native/stream/ByteVectorSink.h
++++ b/src/dawn/native/stream/ByteVectorSink.h
+@@ -15,6 +15,7 @@
+ #ifndef SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
+ #define SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
+
++#include <cstdint>
+ #include <ostream>
+ #include <vector>
+