diff options
Diffstat (limited to 'include/pk_keys.h')
-rw-r--r-- | include/pk_keys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pk_keys.h b/include/pk_keys.h index c6f9ced3c..ea79ab4ec 100644 --- a/include/pk_keys.h +++ b/include/pk_keys.h @@ -6,7 +6,8 @@ #ifndef BOTAN_PK_KEYS_H__ #define BOTAN_PK_KEYS_H__ -#include <botan/base.h> +#include <botan/rng.h> +#include <botan/secmem.h> #include <botan/asn1_oid.h> namespace Botan { |