aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint/bigint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/bigint/bigint.h')
-rw-r--r--src/lib/math/bigint/bigint.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/math/bigint/bigint.h b/src/lib/math/bigint/bigint.h
index 683a1f596..0b116f3cc 100644
--- a/src/lib/math/bigint/bigint.h
+++ b/src/lib/math/bigint/bigint.h
@@ -9,14 +9,16 @@
#ifndef BOTAN_BIGINT_H_
#define BOTAN_BIGINT_H_
-#include <botan/rng.h>
#include <botan/secmem.h>
#include <botan/mp_types.h>
+#include <botan/exceptn.h>
#include <botan/loadstor.h>
#include <iosfwd>
namespace Botan {
+class RandomNumberGenerator;
+
/**
* Arbitrary precision integer
*/