aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-08 17:02:00 +0000
committerlloyd <[email protected]>2008-10-08 17:02:00 +0000
commit2ddfb1b26a1df3dddd7e66292e265ca60bbefc54 (patch)
treea2610f0f92f4b7006196c9062d4b8e069f6b2856 /src
parent60a47f9e5a095b0a1badb545233339aeaa353dbf (diff)
Needed include of numthry.h
Diffstat (limited to 'src')
-rw-r--r--src/pubkey/ecdsa/ecdsa_op.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/ecdsa/ecdsa_op.cpp b/src/pubkey/ecdsa/ecdsa_op.cpp
index 21643bb5c..049466f2d 100644
--- a/src/pubkey/ecdsa/ecdsa_op.cpp
+++ b/src/pubkey/ecdsa/ecdsa_op.cpp
@@ -5,6 +5,7 @@
*************************************************/
#include <botan/eng_def.h>
+#include <botan/numthry.h>
namespace Botan {