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