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