diff options
Diffstat (limited to 'src/pubkey/rsa/rsa.cpp')
-rw-r--r-- | src/pubkey/rsa/rsa.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pubkey/rsa/rsa.cpp b/src/pubkey/rsa/rsa.cpp index 8faec9972..7b74f3c57 100644 --- a/src/pubkey/rsa/rsa.cpp +++ b/src/pubkey/rsa/rsa.cpp @@ -4,9 +4,10 @@ *************************************************/ #include <botan/rsa.h> +#include <botan/parsing.h> #include <botan/numthry.h> #include <botan/keypair.h> -#include <botan/parsing.h> +#include <botan/look_pk.h> namespace Botan { |