diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/alg_amd64/sha160.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/alg_amd64/sha160.cpp b/modules/alg_amd64/sha160.cpp index 0c9b3b7dc..76937a577 100644 --- a/modules/alg_amd64/sha160.cpp +++ b/modules/alg_amd64/sha160.cpp @@ -4,7 +4,7 @@ *************************************************/ #include <botan/sha160.h> -#include <botan/bit_ops.h> +#include <botan/loadstor.h> namespace Botan { |