summaryrefslogtreecommitdiffstats
path: root/webauthn-variant.patch
diff options
context:
space:
mode:
Diffstat (limited to 'webauthn-variant.patch')
-rw-r--r--webauthn-variant.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/webauthn-variant.patch b/webauthn-variant.patch
new file mode 100644
index 0000000..ec8ba7a
--- /dev/null
+++ b/webauthn-variant.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 f4992a74bd6..45cabe39974 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"