diff options
Diffstat (limited to 'src/randpool.cpp')
-rw-r--r-- | src/randpool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randpool.cpp b/src/randpool.cpp index 24086c984..69ef3b9e7 100644 --- a/src/randpool.cpp +++ b/src/randpool.cpp @@ -6,7 +6,7 @@ #include <botan/randpool.h> #include <botan/lookup.h> #include <botan/loadstor.h> -#include <botan/bit_ops.h> +#include <botan/xor_buf.h> #include <botan/util.h> #include <botan/stl_util.h> #include <algorithm> |