diff options
Diffstat (limited to 'src/pubkey/elgamal')
-rw-r--r-- | src/pubkey/elgamal/elgamal.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/elgamal/elgamal.cpp b/src/pubkey/elgamal/elgamal.cpp index ea0d581b0..01b322d63 100644 --- a/src/pubkey/elgamal/elgamal.cpp +++ b/src/pubkey/elgamal/elgamal.cpp @@ -6,6 +6,7 @@ #include <botan/elgamal.h> #include <botan/numthry.h> #include <botan/keypair.h> +#include <botan/look_pk.h> #include <botan/util.h> namespace Botan { |