aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes')
-rw-r--r--src/modes/eax/eax.h1
-rw-r--r--src/modes/mode_pad/mode_pad.cpp1
-rw-r--r--src/modes/mode_pad/mode_pad.h2
-rw-r--r--src/modes/modebase/modebase.h1
4 files changed, 4 insertions, 1 deletions
diff --git a/src/modes/eax/eax.h b/src/modes/eax/eax.h
index f3fc6970c..aea1383db 100644
--- a/src/modes/eax/eax.h
+++ b/src/modes/eax/eax.h
@@ -7,6 +7,7 @@
#define BOTAN_EAX_H__
#include <botan/basefilt.h>
+#include <botan/block_cipher.h>
#include <botan/mac.h>
namespace Botan {
diff --git a/src/modes/mode_pad/mode_pad.cpp b/src/modes/mode_pad/mode_pad.cpp
index 3a07afcb4..3944837cc 100644
--- a/src/modes/mode_pad/mode_pad.cpp
+++ b/src/modes/mode_pad/mode_pad.cpp
@@ -4,6 +4,7 @@
*************************************************/
#include <botan/mode_pad.h>
+#include <botan/exceptn.h>
#include <botan/util.h>
namespace Botan {
diff --git a/src/modes/mode_pad/mode_pad.h b/src/modes/mode_pad/mode_pad.h
index 4041efcdc..3dc28fa81 100644
--- a/src/modes/mode_pad/mode_pad.h
+++ b/src/modes/mode_pad/mode_pad.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_CBC_PADDING_H__
#define BOTAN_CBC_PADDING_H__
-#include <botan/base.h>
+#include <botan/types.h>
#include <string>
namespace Botan {
diff --git a/src/modes/modebase/modebase.h b/src/modes/modebase/modebase.h
index 620a5c618..a16b149be 100644
--- a/src/modes/modebase/modebase.h
+++ b/src/modes/modebase/modebase.h
@@ -7,6 +7,7 @@
#define BOTAN_MODEBASE_H__
#include <botan/basefilt.h>
+#include <botan/block_cipher.h>
namespace Botan {