aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/ec_gfp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/ec_gfp')
-rw-r--r--src/lib/math/ec_gfp/curve_gfp.cpp1
-rw-r--r--src/lib/math/ec_gfp/curve_gfp.h2
-rw-r--r--src/lib/math/ec_gfp/point_gfp.cpp3
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/math/ec_gfp/curve_gfp.cpp b/src/lib/math/ec_gfp/curve_gfp.cpp
index 96593e601..efeb5210f 100644
--- a/src/lib/math/ec_gfp/curve_gfp.cpp
+++ b/src/lib/math/ec_gfp/curve_gfp.cpp
@@ -8,6 +8,7 @@
#include <botan/curve_gfp.h>
#include <botan/curve_nistp.h>
+#include <botan/numthry.h>
#include <botan/internal/mp_core.h>
#include <botan/internal/mp_asmi.h>
diff --git a/src/lib/math/ec_gfp/curve_gfp.h b/src/lib/math/ec_gfp/curve_gfp.h
index 330d0ba0d..805359ba9 100644
--- a/src/lib/math/ec_gfp/curve_gfp.h
+++ b/src/lib/math/ec_gfp/curve_gfp.h
@@ -10,7 +10,7 @@
#ifndef BOTAN_GFP_CURVE_H_
#define BOTAN_GFP_CURVE_H_
-#include <botan/numthry.h>
+#include <botan/bigint.h>
#include <memory>
namespace Botan {
diff --git a/src/lib/math/ec_gfp/point_gfp.cpp b/src/lib/math/ec_gfp/point_gfp.cpp
index 5283b7352..c549823aa 100644
--- a/src/lib/math/ec_gfp/point_gfp.cpp
+++ b/src/lib/math/ec_gfp/point_gfp.cpp
@@ -9,8 +9,7 @@
#include <botan/point_gfp.h>
#include <botan/numthry.h>
-#include <botan/loadstor.h>
-#include <botan/internal/rounding.h>
+#include <botan/rng.h>
namespace Botan {