From 0776dc9e4fd7a7840291657e831a9d7d1b774b39 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 19 Oct 2007 19:33:00 +0000 Subject: 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. --- src/sha160.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include +#include namespace Botan { -- cgit v1.2.3