diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-03-31 20:26:32 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-03-31 20:26:32 -0400 |
commit | b786e13f0e119f7a00ba79230c97617b754634ea (patch) | |
tree | ea746a6a0d0dcca6d61f894526072ced35f32624 /www-client/chromium/files | |
parent | f1d79f9f435b532f392b86249119dd9778a87565 (diff) | |
download | ppo-b786e13f0e119f7a00ba79230c97617b754634ea.tar.xz |
iwyu 2
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-113-authenticator-request-dialog-model-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-113-authenticator-request-dialog-model-include.patch b/www-client/chromium/files/chromium-113-authenticator-request-dialog-model-include.patch new file mode 100644 index 0000000..a0d4119 --- /dev/null +++ b/www-client/chromium/files/chromium-113-authenticator-request-dialog-model-include.patch @@ -0,0 +1,12 @@ +diff --git a/chrome/browser/webauthn/authenticator_request_dialog_model.h b/chrome/browser/webauthn/authenticator_request_dialog_model.h +index f4992a74b..45cabe399 100644 +--- a/chrome/browser/webauthn/authenticator_request_dialog_model.h ++++ b/chrome/browser/webauthn/authenticator_request_dialog_model.h +@@ -7,6 +7,7 @@ + + #include <memory> + #include <string> ++#include <variant> + #include <vector> + + #include "base/containers/span.h" |