From 5c0a051fd567fe0d24440bd51e61cd6cba312fbe Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:15:22 +0200 Subject: [PATCH] fix(Core/Crypto): fix crash (#17100) --- src/common/Cryptography/OpenSSLCrypto.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/Cryptography/OpenSSLCrypto.cpp b/src/common/Cryptography/OpenSSLCrypto.cpp index 47ad121c8..1a69a0c0f 100644 --- a/src/common/Cryptography/OpenSSLCrypto.cpp +++ b/src/common/Cryptography/OpenSSLCrypto.cpp @@ -16,6 +16,7 @@ */ #include "OpenSSLCrypto.h" +#include // NOTE: this import is NEEDED (even though some IDEs report it as unused) #if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < 0x1010000fL #include