#3230: ECDSADigestEngine: include missing header

This commit is contained in:
Günter Obiltschnig 2021-04-12 20:36:56 +02:00
parent 15ad5c250e
commit cae2f2dea4

View File

@ -16,6 +16,7 @@
#include "Poco/Crypto/ECDSADigestEngine.h"
#include "Poco/Crypto/CryptoException.h"
#include <openssl/ecdsa.h>
#include <openssl/bn.h>
namespace Poco {