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