aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher/aes/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher/aes/aes.h')
-rw-r--r--src/cipher/aes/aes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipher/aes/aes.h b/src/cipher/aes/aes.h
index 5b43735ad..e287a303d 100644
--- a/src/cipher/aes/aes.h
+++ b/src/cipher/aes/aes.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_AES_H__
#define BOTAN_AES_H__
-#include <botan/base.h>
+#include <botan/block_cipher.h>
namespace Botan {