diff options
Diffstat (limited to 'doc/examples/encrypt.cpp')
-rw-r--r-- | doc/examples/encrypt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/encrypt.cpp b/doc/examples/encrypt.cpp index 7d64949f6..5b8ae8684 100644 --- a/doc/examples/encrypt.cpp +++ b/doc/examples/encrypt.cpp @@ -22,6 +22,7 @@ This file is in the public domain #include <string> #include <vector> #include <cstring> +#include <memory> #include <botan/botan.h> |