aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/math/mp/mp_karat.cpp2
-rw-r--r--src/lib/math/mp/mp_monty.cpp3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/math/mp/mp_karat.cpp b/src/lib/math/mp/mp_karat.cpp
index b10ea6fd9..6cf41503d 100644
--- a/src/lib/math/mp/mp_karat.cpp
+++ b/src/lib/math/mp/mp_karat.cpp
@@ -8,8 +8,8 @@
#include <botan/internal/mp_core.h>
#include <botan/internal/mp_asmi.h>
-#include <botan/bigint.h>
#include <botan/mem_ops.h>
+#include <botan/exceptn.h>
namespace Botan {
diff --git a/src/lib/math/mp/mp_monty.cpp b/src/lib/math/mp/mp_monty.cpp
index ba94d1528..ea32313d0 100644
--- a/src/lib/math/mp/mp_monty.cpp
+++ b/src/lib/math/mp/mp_monty.cpp
@@ -7,11 +7,12 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/bigint.h>
+#include <botan/internal/mp_core.h>
#include <botan/internal/mp_madd.h>
#include <botan/internal/mp_asmi.h>
#include <botan/internal/ct_utils.h>
#include <botan/mem_ops.h>
+#include <botan/exceptn.h>
namespace Botan {