aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint/bigint.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-21 15:04:25 -0400
committerJack Lloyd <[email protected]>2017-09-21 15:04:25 -0400
commit5d48c1406a956496fd4a020263ee59fbe7fad90a (patch)
tree4ea0847f71eda94c0ff3a31cfe4167ca2dba8db6 /src/lib/math/bigint/bigint.h
parent5cc5e1bd3fac87186f511a48cee9cda86e4607ca (diff)
Header file cleanups
Some help from include-what-you-use
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
*/