diff options
Diffstat (limited to 'src/asn1/asn1_str.cpp')
-rw-r--r-- | src/asn1/asn1_str.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asn1/asn1_str.cpp b/src/asn1/asn1_str.cpp index 3d79674ec..efdf1a9b3 100644 --- a/src/asn1/asn1_str.cpp +++ b/src/asn1/asn1_str.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/asn1_obj.h> +#include <botan/asn1_str.h> #include <botan/der_enc.h> #include <botan/ber_dec.h> #include <botan/charset.h> |