diff options
Diffstat (limited to 'src/math/bigint/big_ops2.cpp')
-rw-r--r-- | src/math/bigint/big_ops2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/big_ops2.cpp b/src/math/bigint/big_ops2.cpp index 488eca909..863e5bde4 100644 --- a/src/math/bigint/big_ops2.cpp +++ b/src/math/bigint/big_ops2.cpp @@ -6,7 +6,7 @@ */ #include <botan/bigint.h> -#include <botan/mp_core.h> +#include <botan/internal/mp_core.h> #include <botan/bit_ops.h> #include <algorithm> |