diff options
Diffstat (limited to 'src/bigint/big_code.cpp')
-rw-r--r-- | src/bigint/big_code.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bigint/big_code.cpp b/src/bigint/big_code.cpp index 824cbb63e..e7a5e4946 100644 --- a/src/bigint/big_code.cpp +++ b/src/bigint/big_code.cpp @@ -4,7 +4,7 @@ *************************************************/ #include <botan/bigint.h> -#include <botan/numthry.h> +#include <botan/divide.h> #include <botan/charset.h> #include <botan/hex.h> |