aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-08 17:02:25 +0000
committerlloyd <[email protected]>2008-10-08 17:02:25 +0000
commitdf73591726a31a9393be10b2b222dbc45aee87f2 (patch)
treefae11aa2f578de703a9a5a432d30f68a973782d9 /src/pubkey
parent2ddfb1b26a1df3dddd7e66292e265ca60bbefc54 (diff)
Needed include of numthry.h
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/eckaeg/eckaeg_op.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/eckaeg/eckaeg_op.cpp b/src/pubkey/eckaeg/eckaeg_op.cpp
index 3e7fb45d2..145e7468b 100644
--- a/src/pubkey/eckaeg/eckaeg_op.cpp
+++ b/src/pubkey/eckaeg/eckaeg_op.cpp
@@ -6,6 +6,7 @@
#include <botan/eckaeg_op.h>
#include <botan/eng_def.h>
+#include <botan/numthry.h>
namespace Botan {