diff options
Diffstat (limited to 'src/lib/x509/x509_ca.cpp')
-rw-r--r-- | src/lib/x509/x509_ca.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/x509_ca.cpp b/src/lib/x509/x509_ca.cpp index a531b8cbf..332aed545 100644 --- a/src/lib/x509/x509_ca.cpp +++ b/src/lib/x509/x509_ca.cpp @@ -6,6 +6,7 @@ */ #include <botan/x509_ca.h> +#include <botan/pkcs10.h> #include <botan/pubkey.h> #include <botan/der_enc.h> #include <botan/bigint.h> |