summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-93-tint-include.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2021-10-14 19:01:18 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2021-10-14 19:01:18 -0400
commit846cdbdbf965fc50478bcc4c6436e3dc6a489f3f (patch)
tree4a39385c982291a110f513871aba340f0a7a061e /www-client/chromium/files/chromium-93-tint-include.patch
downloadppo-846cdbdbf965fc50478bcc4c6436e3dc6a489f3f.tar.xz
Initial commit.
Diffstat (limited to 'www-client/chromium/files/chromium-93-tint-include.patch')
-rw-r--r--www-client/chromium/files/chromium-93-tint-include.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-93-tint-include.patch b/www-client/chromium/files/chromium-93-tint-include.patch
new file mode 100644
index 0000000..4bfd448
--- /dev/null
+++ b/www-client/chromium/files/chromium-93-tint-include.patch
@@ -0,0 +1,24 @@
+From 014e1fb4c7d05f853a24bfa4b4188b99ba9f3907 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann <stha09@googlemail.com>
+Date: Fri, 4 Jun 2021 21:11:05 +0000
+Subject: [PATCH] IWYU: add cstddef for size_t
+
+---
+ third_party/dawn/third_party/tint/src/sem/block_statement.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/third_party/dawn/third_party/tint/src/sem/block_statement.h b/third_party/dawn/third_party/tint/src/sem/block_statement.h
+index f8c8113..9cbd64d 100644
+--- a/third_party/dawn/third_party/tint/src/sem/block_statement.h
++++ b/third_party/dawn/third_party/tint/src/sem/block_statement.h
+@@ -15,6 +15,7 @@
+ #ifndef SRC_SEM_BLOCK_STATEMENT_H_
+ #define SRC_SEM_BLOCK_STATEMENT_H_
+
++#include <cstddef>
+ #include <vector>
+
+ #include "src/sem/statement.h"
+--
+2.31.1
+