summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-113-web-view-impl-include.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2023-03-31 19:57:35 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-03-31 19:57:35 -0400
commitf1d79f9f435b532f392b86249119dd9778a87565 (patch)
tree81ae0fce493f956e0cf14e26bf90ddf9560d2820 /www-client/chromium/files/chromium-113-web-view-impl-include.patch
parent16908e7d971fc2d76d8ff0e239d69f4a1cc7ebc0 (diff)
downloadppo-f1d79f9f435b532f392b86249119dd9778a87565.tar.xz
iwyu
Diffstat (limited to 'www-client/chromium/files/chromium-113-web-view-impl-include.patch')
-rw-r--r--www-client/chromium/files/chromium-113-web-view-impl-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-113-web-view-impl-include.patch b/www-client/chromium/files/chromium-113-web-view-impl-include.patch
new file mode 100644
index 0000000..4ab5eba
--- /dev/null
+++ b/www-client/chromium/files/chromium-113-web-view-impl-include.patch
@@ -0,0 +1,12 @@
+diff --git a/chrome/test/chromedriver/chrome/web_view_impl.cc b/chrome/test/chromedriver/chrome/web_view_impl.cc
+index f726627e8..d5b574ca2 100644
+--- a/chrome/test/chromedriver/chrome/web_view_impl.cc
++++ b/chrome/test/chromedriver/chrome/web_view_impl.cc
+@@ -5,6 +5,7 @@
+ #include "chrome/test/chromedriver/chrome/web_view_impl.h"
+
+ #include <stddef.h>
++#include <cstring>
+ #include <algorithm>
+ #include <memory>
+ #include <queue>