diff options
Diffstat (limited to 'src/math/bigint/mp_shift.cpp')
-rw-r--r-- | src/math/bigint/mp_shift.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/mp_shift.cpp b/src/math/bigint/mp_shift.cpp index a7de79c77..f1d609bfb 100644 --- a/src/math/bigint/mp_shift.cpp +++ b/src/math/bigint/mp_shift.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/mp_core.h> +#include <botan/internal/mp_core.h> #include <botan/mem_ops.h> namespace Botan { |