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