Unreviewed, a build fix after r254533

* UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@254535 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index f6eb212..1d73b57 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2020-01-14  Jiewen Tan  <jiewen_tan@apple.com>
+
+        Unreviewed, a build fix after r254533
+
+        * UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp:
+
 2020-01-10  Jiewen Tan  <jiewen_tan@apple.com>
 
         [WebAuthn] Implement SPI to tell UI clients to select assertion responses
diff --git a/Source/WebKit/UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp b/Source/WebKit/UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp
index 6f7fb53..6b51bf9 100644
--- a/Source/WebKit/UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp
+++ b/Source/WebKit/UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp
@@ -28,6 +28,8 @@
 
 #if ENABLE(WEB_AUTHN)
 
+#include "CtapDriver.h"
+
 namespace WebKit {
 
 FidoAuthenticator::FidoAuthenticator(std::unique_ptr<CtapDriver>&& driver)