diff options
Diffstat (limited to 'src/lib/x509/x509_ext.h')
-rw-r--r-- | src/lib/x509/x509_ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/x509_ext.h b/src/lib/x509/x509_ext.h index bd2ec86c3..134c2ec3e 100644 --- a/src/lib/x509/x509_ext.h +++ b/src/lib/x509/x509_ext.h @@ -16,6 +16,7 @@ #include <botan/name_constraint.h> #include <botan/key_constraint.h> #include <botan/crl_ent.h> +#include <set> namespace Botan { |