diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-03-31 19:57:35 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-03-31 19:57:35 -0400 |
commit | f1d79f9f435b532f392b86249119dd9778a87565 (patch) | |
tree | 81ae0fce493f956e0cf14e26bf90ddf9560d2820 /www-client/chromium/files | |
parent | 16908e7d971fc2d76d8ff0e239d69f4a1cc7ebc0 (diff) | |
download | ppo-f1d79f9f435b532f392b86249119dd9778a87565.tar.xz |
iwyu
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-113-web-view-impl-include.patch | 12 |
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> |