aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/kdf1
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdf/kdf1')
-rw-r--r--src/kdf/kdf1/kdf1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdf/kdf1/kdf1.h b/src/kdf/kdf1/kdf1.h
index 1c1fd7839..6099bdd4b 100644
--- a/src/kdf/kdf1/kdf1.h
+++ b/src/kdf/kdf1/kdf1.h
@@ -7,7 +7,7 @@
#define BOTAN_KDF1_H__
#include <botan/kdf.h>
-#include <botan/base.h>
+#include <botan/hash.h>
namespace Botan {