diff options
-rw-r--r-- | src/pk/ecdsa/ec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pk/ecdsa/ec.cpp b/src/pk/ecdsa/ec.cpp index 8cb28788f..1ab871e25 100644 --- a/src/pk/ecdsa/ec.cpp +++ b/src/pk/ecdsa/ec.cpp @@ -7,6 +7,7 @@ *************************************************/ #include <botan/ec.h> +#include <botan/ecdsa.h> #include <botan/numthry.h> #include <botan/util.h> #include <botan/der_enc.h> |