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