From 8e5d9a4b2419a88c530e1d8fc03bfc2f73d59b98 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Mon, 12 Feb 2018 22:09:38 +0100 Subject: [PATCH] Bug 1437616 - Fix more Windows bustage on a CLOSED TREE r=me --- dom/webauthn/WebAuthnManagerBase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dom/webauthn/WebAuthnManagerBase.h b/dom/webauthn/WebAuthnManagerBase.h index c6855bc13182..0ac512e5c714 100644 --- a/dom/webauthn/WebAuthnManagerBase.h +++ b/dom/webauthn/WebAuthnManagerBase.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_WebAuthnManagerBase_h #define mozilla_dom_WebAuthnManagerBase_h -#include "mozilla/dom/PWebAuthnTransaction.h" #include "nsIDOMEventListener.h" /* @@ -19,6 +18,8 @@ namespace mozilla { namespace dom { class WebAuthnTransactionChild; +class WebAuthnMakeCredentialResult; +class WebAuthnGetAssertionResult; class WebAuthnManagerBase : public nsIDOMEventListener {