diff options
Diffstat (limited to 'src/block/mars')
-rw-r--r-- | src/block/mars/mars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/mars/mars.cpp b/src/block/mars/mars.cpp index 7c3906ecf..08c8409c5 100644 --- a/src/block/mars/mars.cpp +++ b/src/block/mars/mars.cpp @@ -7,7 +7,7 @@ #include <botan/mars.h> #include <botan/loadstor.h> -#include <botan/bit_ops.h> +#include <botan/rotate.h> namespace Botan { |