diff options
-rw-r--r-- | src/x509_ext.cpp | 1 | ||||
-rw-r--r-- | src/x509_obj.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/x509_ext.cpp b/src/x509_ext.cpp index 750054668..17d3c7ed0 100644 --- a/src/x509_ext.cpp +++ b/src/x509_ext.cpp @@ -12,6 +12,7 @@ #include <botan/conf.h> #include <botan/bit_ops.h> #include <algorithm> +#include <memory> namespace Botan { diff --git a/src/x509_obj.cpp b/src/x509_obj.cpp index f5d1bab85..5750f9bd1 100644 --- a/src/x509_obj.cpp +++ b/src/x509_obj.cpp @@ -12,6 +12,7 @@ #include <botan/parsing.h> #include <botan/pem.h> #include <algorithm> +#include <memory> namespace Botan { |