aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher/cast
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher/cast')
-rw-r--r--src/cipher/cast/cast128.h2
-rw-r--r--src/cipher/cast/cast256.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cipher/cast/cast128.h b/src/cipher/cast/cast128.h
index 0a7c53864..b9d02cd7a 100644
--- a/src/cipher/cast/cast128.h
+++ b/src/cipher/cast/cast128.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_CAST128_H__
#define BOTAN_CAST128_H__
-#include <botan/base.h>
+#include <botan/block_cipher.h>
namespace Botan {
diff --git a/src/cipher/cast/cast256.h b/src/cipher/cast/cast256.h
index d4b7c6b18..cf0bcc953 100644
--- a/src/cipher/cast/cast256.h
+++ b/src/cipher/cast/cast256.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_CAST256_H__
#define BOTAN_CAST256_H__
-#include <botan/base.h>
+#include <botan/block_cipher.h>
namespace Botan {