diff options
Diffstat (limited to 'src/randpool.cpp')
-rw-r--r-- | src/randpool.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/randpool.cpp b/src/randpool.cpp index f51660160..2fdddf53e 100644 --- a/src/randpool.cpp +++ b/src/randpool.cpp @@ -5,12 +5,11 @@ #include <botan/randpool.h> #include <botan/lookup.h> +#include <botan/loadstor.h> #include <botan/bit_ops.h> #include <botan/util.h> #include <algorithm> -#include <assert.h> - namespace Botan { namespace { |