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