aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/bigint')
-rw-r--r--src/math/bigint/divide.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/divide.cpp b/src/math/bigint/divide.cpp
index c8b82422a..8b21bce13 100644
--- a/src/math/bigint/divide.cpp
+++ b/src/math/bigint/divide.cpp
@@ -7,7 +7,7 @@
#include <botan/divide.h>
#include <botan/internal/mp_core.h>
-#include <botan/internal/mp_asmi.h>
+#include <botan/internal/mp_madd.h>
namespace Botan {