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