aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher/arc4/arc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher/arc4/arc4.h')
-rw-r--r--src/cipher/arc4/arc4.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cipher/arc4/arc4.h b/src/cipher/arc4/arc4.h
index c99691484..0976ce7ea 100644
--- a/src/cipher/arc4/arc4.h
+++ b/src/cipher/arc4/arc4.h
@@ -6,7 +6,8 @@
#ifndef BOTAN_ARC4_H__
#define BOTAN_ARC4_H__
-#include <botan/base.h>
+#include <botan/stream_cipher.h>
+#include <botan/types.h>
namespace Botan {