aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 16:53:06 +0000
committerlloyd <[email protected]>2008-10-01 16:53:06 +0000
commit7c2ceb15026deedde52308f446a05f049ce58d79 (patch)
treea92fc26f612f1d7848cff6f85171c34daf3a7662 /src
parentb6c23be7b7dd11899c0d0fab46f1d2a095cc55b9 (diff)
Add needed include of ec_dompar.h
Diffstat (limited to 'src')
-rw-r--r--src/core/libstate/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libstate/engine.h b/src/core/libstate/engine.h
index bf33fa24d..ea797b2bc 100644
--- a/src/core/libstate/engine.h
+++ b/src/core/libstate/engine.h
@@ -34,6 +34,7 @@
#if defined(BOTAN_HAS_ECDSA)
#include <botan/ecc_op.h>
+ #include <botan/ec_dompar.h>
#endif
#include <utility>