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