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