diff options
-rw-r--r-- | src/sha160.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sha160.cpp b/src/sha160.cpp index 1e5d7c6f9..3e2b5d1bd 100644 --- a/src/sha160.cpp +++ b/src/sha160.cpp @@ -5,6 +5,7 @@ #include <botan/sha160.h> #include <botan/loadstor.h> +#include <botan/bit_ops.h> namespace Botan { |