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