aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-06 12:12:03 +0200
committerSimon Warta <[email protected]>2015-07-08 15:53:03 +0200
commit54c6336c7105e59506a4f6f0214693834c216d7e (patch)
tree63de44da678301d8c164768a18ee93b716a407a1 /src
parent97cd4336894c9a78baa506e1a4e29c7071f2fe28 (diff)
Fix module combi: adler32,ffi
Diffstat (limited to 'src')
-rw-r--r--src/lib/ffi/ffi.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffi/ffi.cpp b/src/lib/ffi/ffi.cpp
index 91acde2bc..4a5ec13c1 100644
--- a/src/lib/ffi/ffi.cpp
+++ b/src/lib/ffi/ffi.cpp
@@ -13,10 +13,12 @@
#include <botan/mac.h>
#include <botan/pbkdf.h>
#include <botan/version.h>
+#include <botan/pkcs8.h>
#include <botan/pubkey.h>
#include <botan/data_src.h>
#include <botan/hex.h>
#include <botan/mem_ops.h>
+#include <botan/x509_key.h>
#include <cstring>
#include <memory>