diff options
Diffstat (limited to 'doc/examples/gen_certs.cpp')
-rw-r--r-- | doc/examples/gen_certs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/gen_certs.cpp b/doc/examples/gen_certs.cpp index 557c6f46e..5f943ff3a 100644 --- a/doc/examples/gen_certs.cpp +++ b/doc/examples/gen_certs.cpp @@ -7,7 +7,7 @@ #include <botan/rsa.h> #include <botan/x509self.h> #include <botan/x509_ca.h> -#include <botan/time.h> +#include <chrono> using namespace Botan; |