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