diff options
author | lloyd <[email protected]> | 2007-02-16 15:17:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-02-16 15:17:43 +0000 |
commit | 5b9be64b1238ce2c8672c3dcaa764ffadf8af852 (patch) | |
tree | 2302314a476ff64e113b223faee9e8273dd3cdfa /src | |
parent | 139d1c522c6a9df5124a741bc27f37153a907f39 (diff) |
Include the iterator header for std::back_inserter. Noticed when
compiling under the Dinkumware libraries.
Diffstat (limited to 'src')
-rw-r--r-- | src/x509_ca.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x509_ca.cpp b/src/x509_ca.cpp index d023a4f54..b488f7416 100644 --- a/src/x509_ca.cpp +++ b/src/x509_ca.cpp @@ -15,6 +15,7 @@ #include <botan/util.h> #include <algorithm> #include <typeinfo> +#include <iterator> #include <memory> #include <set> |