aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-18 23:44:52 +0000
committerlloyd <[email protected]>2014-01-18 23:44:52 +0000
commitf8ff9cf9ec97a63d6947d80209fa72cff23cadf6 (patch)
tree29b456a506fe7a1a2160a1439a080e33d9ad09b9 /src/lib/kdf/kdf.cpp
parent2f6e209b41f6c9b403e94028f7026866880f3ce1 (diff)
Fix algo factory compile
Diffstat (limited to 'src/lib/kdf/kdf.cpp')
-rw-r--r--src/lib/kdf/kdf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdf/kdf.cpp b/src/lib/kdf/kdf.cpp
index 84a0cdd15..39ef9db13 100644
--- a/src/lib/kdf/kdf.cpp
+++ b/src/lib/kdf/kdf.cpp
@@ -5,7 +5,7 @@
* Distributed under the terms of the Botan license
*/
-#include <botan/lookup.h>
+#include <botan/kdf.h>
#include <botan/libstate.h>
#include <botan/scan_name.h>