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