diff options
author | lloyd <[email protected]> | 2008-09-18 13:58:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-18 13:58:42 +0000 |
commit | af31e045e19379518a925c7be0705016a4a3f9dc (patch) | |
tree | a6b09fc2f5d3db7a58d9fd83938cb6f0dbccdd5f | |
parent | 6fc935389225f2200182f666e3fca7daf3622010 (diff) |
Add missing <memory> include
-rw-r--r-- | doc/examples/sig_gen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/sig_gen.cpp b/doc/examples/sig_gen.cpp index 69739047d..ca7058549 100644 --- a/doc/examples/sig_gen.cpp +++ b/doc/examples/sig_gen.cpp @@ -3,6 +3,7 @@ #include <string> #include <vector> #include <map> +#include <memory> #include <botan/botan.h> #include <botan/look_pk.h> |