diff options
Diffstat (limited to 'src/tests/unit_ecdsa.cpp')
-rw-r--r-- | src/tests/unit_ecdsa.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/unit_ecdsa.cpp b/src/tests/unit_ecdsa.cpp index 8b666910c..22625d230 100644 --- a/src/tests/unit_ecdsa.cpp +++ b/src/tests/unit_ecdsa.cpp @@ -15,6 +15,7 @@ #if defined(BOTAN_HAS_RSA) #include <botan/hex.h> +#include <botan/pkcs8.h> #include <botan/pubkey.h> #include <botan/ecdsa.h> #include <botan/rsa.h> |