aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/decrypt.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/decrypt.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/decrypt.cpp')
-rw-r--r--doc/examples/decrypt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/decrypt.cpp b/doc/examples/decrypt.cpp
index c5daeece5..279a341fe 100644
--- a/doc/examples/decrypt.cpp
+++ b/doc/examples/decrypt.cpp
@@ -14,6 +14,7 @@ This file is in the public domain
#include <string>
#include <vector>
#include <cstring>
+#include <memory>
#include <botan/botan.h>