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