diff options
Diffstat (limited to 'src/cipher/turing/turing.h')
-rw-r--r-- | src/cipher/turing/turing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipher/turing/turing.h b/src/cipher/turing/turing.h index a73d08d07..f50fd9370 100644 --- a/src/cipher/turing/turing.h +++ b/src/cipher/turing/turing.h @@ -6,7 +6,7 @@ #ifndef BOTAN_TURING_H__ #define BOTAN_TURING_H__ -#include <botan/base.h> +#include <botan/stream_cipher.h> namespace Botan { |