diff options
Diffstat (limited to 'src/x931_rng.cpp')
-rw-r--r-- | src/x931_rng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp index 8f454dcb8..f4b0f71a9 100644 --- a/src/x931_rng.cpp +++ b/src/x931_rng.cpp @@ -5,7 +5,7 @@ #include <botan/x931_rng.h> #include <botan/lookup.h> -#include <botan/bit_ops.h> +#include <botan/xor_buf.h> #include <algorithm> namespace Botan { |