diff options
Diffstat (limited to 'doc/examples/asn1.cpp')
-rw-r--r-- | doc/examples/asn1.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/asn1.cpp b/doc/examples/asn1.cpp index 2bb3a620c..12ba43e15 100644 --- a/doc/examples/asn1.cpp +++ b/doc/examples/asn1.cpp @@ -2,7 +2,8 @@ #include <botan/bigint.h> #include <botan/der_enc.h> #include <botan/ber_dec.h> -#include <botan/asn1_obj.h> +#include <botan/asn1_time.h> +#include <botan/asn1_str.h> #include <botan/oids.h> #include <botan/pem.h> #include <botan/hex.h> |