aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/pubkey/pubkey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pubkey/pubkey/pubkey.h b/src/pubkey/pubkey/pubkey.h
index 14faa1096..fec56243f 100644
--- a/src/pubkey/pubkey/pubkey.h
+++ b/src/pubkey/pubkey/pubkey.h
@@ -7,9 +7,10 @@
#define BOTAN_PUBKEY_H__
#include <botan/pk_keys.h>
-#include <botan/pk_pad.h>
#include <botan/symkey.h>
#include <botan/rng.h>
+#include <botan/eme.h>
+#include <botan/emsa.h>
namespace Botan {