aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509_ext.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-23 10:06:41 +0000
committerlloyd <[email protected]>2006-06-23 10:06:41 +0000
commit714fe898764407cdb9ebcea30cbc69bf1a4bada8 (patch)
tree7701e57c5a934d2b4b00a2e225e10e6b1ec2a06d /src/x509_ext.cpp
parent1f8876b95d4b0af1c06b09eccdf175deea8c52f1 (diff)
Add missing <memory> includes for files that use auto_ptr
Diffstat (limited to 'src/x509_ext.cpp')
-rw-r--r--src/x509_ext.cpp1
1 files changed, 1 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 {