diff options
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/rsa/rsa.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/rsa/rsa.cpp b/src/pubkey/rsa/rsa.cpp index ebc06ddb7..2da366699 100644 --- a/src/pubkey/rsa/rsa.cpp +++ b/src/pubkey/rsa/rsa.cpp @@ -10,6 +10,7 @@ #include <botan/parsing.h> #include <botan/numthry.h> #include <botan/keypair.h> +#include <botan/internal/assert.h> #include <future> namespace Botan { |