aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_ca.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-28 11:00:41 -0400
committerJack Lloyd <[email protected]>2017-09-28 11:00:41 -0400
commit5bdd5f7658494e077a9a9d934200ddb180691d22 (patch)
treeed47879e4ce2e18a70d5bc2f45887beb1b79a30d /src/lib/x509/x509_ca.cpp
parenteadb113289dffbf294f6d499193713b120f79f64 (diff)
Header cleanups
Diffstat (limited to 'src/lib/x509/x509_ca.cpp')
-rw-r--r--src/lib/x509/x509_ca.cpp1
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>