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