diff options
Diffstat (limited to 'include/bigint.h')
-rw-r--r-- | include/bigint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bigint.h b/include/bigint.h index 2487fa91c..c1dbc7171 100644 --- a/include/bigint.h +++ b/include/bigint.h @@ -6,7 +6,8 @@ #ifndef BOTAN_BIGINT_H__ #define BOTAN_BIGINT_H__ -#include <botan/base.h> +#include <botan/rng.h> +#include <botan/secmem.h> #include <botan/mp_types.h> #include <iosfwd> |