From 75b427da41ece0a419f3f38dda187d89650de7ef Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 8 Nov 2008 18:39:55 +0000 Subject: Move the declaration of the HashFunction base class to a new header hash.h (from base.h) --- src/mac/hmac/hmac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mac/hmac') diff --git a/src/mac/hmac/hmac.h b/src/mac/hmac/hmac.h index 67ebc4190..8c19cec6a 100644 --- a/src/mac/hmac/hmac.h +++ b/src/mac/hmac/hmac.h @@ -7,6 +7,7 @@ #define BOTAN_HMAC_H__ #include +#include namespace Botan { -- cgit v1.2.3