diff options
Diffstat (limited to 'src/turing.cpp')
-rw-r--r-- | src/turing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/turing.cpp b/src/turing.cpp index bf539117c..d2a6d9a5a 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 { |