diff options
Diffstat (limited to 'src/lib/math/numbertheory/primality.cpp')
-rw-r--r-- | src/lib/math/numbertheory/primality.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/primality.cpp b/src/lib/math/numbertheory/primality.cpp index eb2be42b1..eb2a8b69f 100644 --- a/src/lib/math/numbertheory/primality.cpp +++ b/src/lib/math/numbertheory/primality.cpp @@ -7,7 +7,7 @@ #include <botan/internal/primality.h> #include <botan/internal/monty_exp.h> #include <botan/bigint.h> -#include <botan/monty.h> +#include <botan/internal/monty.h> #include <botan/reducer.h> #include <botan/rng.h> #include <algorithm> |