diff options
Diffstat (limited to 'src/pk_pad')
-rw-r--r-- | src/pk_pad/pk_pad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pk_pad/pk_pad.h b/src/pk_pad/pk_pad.h index ed1742155..e26235c74 100644 --- a/src/pk_pad/pk_pad.h +++ b/src/pk_pad/pk_pad.h @@ -6,7 +6,7 @@ #ifndef BOTAN_PUBKEY_PAD_H__ #define BOTAN_PUBKEY_PAD_H__ -#include <botan/base.h> +#include <botan/secmem.h> #include <botan/rng.h> namespace Botan { |