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