diff options
author | Jack Lloyd <[email protected]> | 2017-09-28 18:42:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-28 18:42:40 -0400 |
commit | efe2f1ce175896a092c0368ed682e3314d0ba3a8 (patch) | |
tree | 96868988e6ef3973f79a854547b2df2aa0cb2e6b /src/lib/x509/x509path.cpp | |
parent | c1edbe9c436dfffa9d7def0f99497e9c7e19c210 (diff) |
Further header cleanups
Diffstat (limited to 'src/lib/x509/x509path.cpp')
-rw-r--r-- | src/lib/x509/x509path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/x509path.cpp b/src/lib/x509/x509path.cpp index bc44a5cae..f34fc0a11 100644 --- a/src/lib/x509/x509path.cpp +++ b/src/lib/x509/x509path.cpp @@ -6,6 +6,7 @@ */ #include <botan/x509path.h> +#include <botan/pk_keys.h> #include <botan/ocsp.h> #include <algorithm> #include <chrono> |