aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/pkcs10.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-11 01:28:32 +0000
committerlloyd <[email protected]>2008-06-11 01:28:32 +0000
commit3ce3dce2ff22634ee250ce6de113d1fd455019a4 (patch)
tree682e10550f00b070881d9908d7768af02096d9a3 /doc/examples/pkcs10.cpp
parent845d40bd4c9d37bcd2c79541123fed044e66c2f8 (diff)
Add missing headers in the example problems, noticed while compiling under
GCC 4.3. Missing <memory> for auto_ptr and <cstdlib> for atoi
Diffstat (limited to 'doc/examples/pkcs10.cpp')
-rw-r--r--doc/examples/pkcs10.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/pkcs10.cpp b/doc/examples/pkcs10.cpp
index 7e374ad72..ae8230186 100644
--- a/doc/examples/pkcs10.cpp
+++ b/doc/examples/pkcs10.cpp
@@ -16,6 +16,7 @@ using namespace Botan;
#include <iostream>
#include <fstream>
+#include <memory>
int main(int argc, char* argv[])
{