diff options
Diffstat (limited to 'src/turing.cpp')
-rw-r--r-- | src/turing.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/turing.cpp b/src/turing.cpp index bf539117c..31b2ff7a6 100644 --- a/src/turing.cpp +++ b/src/turing.cpp @@ -4,6 +4,7 @@ *************************************************/ #include <botan/turing.h> +#include <botan/loadstor.h> #include <botan/bit_ops.h> namespace Botan { @@ -169,7 +170,7 @@ void Turing::generate() } /************************************************* -* +* Turing's byte mixing step * *************************************************/ u32bit Turing::fixedS(u32bit W) { |