diff options
Diffstat (limited to 'src/lib/math/numbertheory/mod_inv.cpp')
-rw-r--r-- | src/lib/math/numbertheory/mod_inv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/mod_inv.cpp b/src/lib/math/numbertheory/mod_inv.cpp index ec3bb33f0..b7c6f2b1e 100644 --- a/src/lib/math/numbertheory/mod_inv.cpp +++ b/src/lib/math/numbertheory/mod_inv.cpp @@ -5,7 +5,7 @@ */ #include <botan/numthry.h> -#include <botan/divide.h> +#include <botan/internal/divide.h> #include <botan/internal/ct_utils.h> #include <botan/internal/mp_core.h> #include <botan/internal/rounding.h> |