diff options
Diffstat (limited to 'src/lib/math/ec_gfp/curve_gfp.h')
-rw-r--r-- | src/lib/math/ec_gfp/curve_gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |