Unreviewed build fix for WebCore shared library builds.

* crypto/openssl/SerializedCryptoKeyWrapOpenSSL.cpp: Include "SerializedCryptoKeyWrap.h".

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@256585 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 1fba27f..745c670 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2020-02-13  Fujii Hironori  <Hironori.Fujii@sony.com>
+
+        Unreviewed build fix for WebCore shared library builds.
+
+        * crypto/openssl/SerializedCryptoKeyWrapOpenSSL.cpp: Include "SerializedCryptoKeyWrap.h".
+
 2020-02-13  Jer Noble  <jer.noble@apple.com>
 
         MediaToolbox may not be available; check before calling MTOverrideShouldPlayHDRVideo()
diff --git a/Source/WebCore/crypto/openssl/SerializedCryptoKeyWrapOpenSSL.cpp b/Source/WebCore/crypto/openssl/SerializedCryptoKeyWrapOpenSSL.cpp
index e848a50..2fd88f7 100644
--- a/Source/WebCore/crypto/openssl/SerializedCryptoKeyWrapOpenSSL.cpp
+++ b/Source/WebCore/crypto/openssl/SerializedCryptoKeyWrapOpenSSL.cpp
@@ -24,6 +24,8 @@
  */
 
 #include "config.h"
+#include "SerializedCryptoKeyWrap.h"
+
 #include "CryptoAlgorithmAES_CTR.h"
 
 #if ENABLE(WEB_CRYPTO)