aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/base64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/base64.cpp')
-rw-r--r--doc/examples/base64.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/base64.cpp b/doc/examples/base64.cpp
index 9697e1376..d35aaf593 100644
--- a/doc/examples/base64.cpp
+++ b/doc/examples/base64.cpp
@@ -27,6 +27,8 @@ int main(int argc, char* argv[])
return 1;
}
+ Botan::LibraryInitializer init;
+
int column = 78;
bool wrap = false;
bool encoding = true;