aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/ressol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/ressol.cpp')
-rw-r--r--doc/examples/ressol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/ressol.cpp b/doc/examples/ressol.cpp
index 47a6550b6..43bb68d37 100644
--- a/doc/examples/ressol.cpp
+++ b/doc/examples/ressol.cpp
@@ -1,5 +1,6 @@
#include <botan/numthry.h>
#include <botan/auto_rng.h>
+#include <botan/botan.h>
using namespace Botan;
@@ -48,6 +49,7 @@ void test_ressol(const BigInt& p, RandomNumberGenerator& rng)
int main()
{
+ Botan::LibraryInitializer init;
AutoSeeded_RNG rng;
#if 0