diff options
Diffstat (limited to 'checks/test_ecdsa.cpp')
-rw-r--r-- | checks/test_ecdsa.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/checks/test_ecdsa.cpp b/checks/test_ecdsa.cpp index dccb17813..aa998a3f5 100644 --- a/checks/test_ecdsa.cpp +++ b/checks/test_ecdsa.cpp @@ -8,7 +8,8 @@ #include "tests.h" -#include <botan/botan.h> +#include <botan/hex.h> +#include <botan/auto_rng.h> #include <botan/pubkey.h> #include <botan/ecdsa.h> #include <botan/rsa.h> |