diff options
Diffstat (limited to 'src/math/mp/mp_misc.cpp')
-rw-r--r-- | src/math/mp/mp_misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/mp/mp_misc.cpp b/src/math/mp/mp_misc.cpp index 2aff00592..0efd5fd19 100644 --- a/src/math/mp/mp_misc.cpp +++ b/src/math/mp/mp_misc.cpp @@ -6,7 +6,7 @@ */ #include <botan/internal/mp_core.h> -#include <botan/internal/mp_asm.h> +#include <botan/internal/mp_madd.h> namespace Botan { |