diff options
-rw-r--r-- | src/pubkey/keypair/keypair.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/keypair/keypair.h b/src/pubkey/keypair/keypair.h index da322c075..4013ad328 100644 --- a/src/pubkey/keypair/keypair.h +++ b/src/pubkey/keypair/keypair.h @@ -6,7 +6,7 @@ #ifndef BOTAN_KEYPAIR_H__ #define BOTAN_KEYPAIR_H__ -#include <botan/look_pk.h> +#include <botan/pubkey.h> namespace Botan { |