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