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