diff options
author | lloyd <[email protected]> | 2007-10-19 19:33:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-19 19:33:00 +0000 |
commit | 0776dc9e4fd7a7840291657e831a9d7d1b774b39 (patch) | |
tree | 6e17c4ca82d2eaf8d43380e02044b996d71d4b04 /src | |
parent | b45c43ec532a5322fbdb5df6f12818ad58017a21 (diff) |
sha160.cpp needs include of bit_ops.h, problem was masked by the asm versions
when I was testing on x86 and x86-64 machines.
Diffstat (limited to 'src')
-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 { |