aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/dsa_sign.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/dsa_sign.cpp')
-rw-r--r--doc/examples/dsa_sign.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/dsa_sign.cpp b/doc/examples/dsa_sign.cpp
index 827fc7e0a..3511eacfa 100644
--- a/doc/examples/dsa_sign.cpp
+++ b/doc/examples/dsa_sign.cpp
@@ -7,6 +7,7 @@
#include <botan/botan.h>
#include <botan/pubkey.h>
#include <botan/dsa.h>
+#include <botan/base64.h>
using namespace Botan;
const std::string SUFFIX = ".sig";