From 11d6a889becbb8fe6c2d78dd60b9673b791c17b9 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 19 Oct 2007 18:09:58 +0000 Subject: Fix the alg_ia32 module code WRT the recent changes to loadstor.h not being included by bit_ops.h --- modules/alg_ia32/sha160.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/alg_ia32/sha160.cpp') diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp index ffa88e080..11cd5dadb 100644 --- a/modules/alg_ia32/sha160.cpp +++ b/modules/alg_ia32/sha160.cpp @@ -4,7 +4,7 @@ *************************************************/ #include -#include +#include namespace Botan { -- cgit v1.2.3