From 75ec0a02c301ca392aa2753b5d913ee0b270ac9b Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 16:13:42 +0000 Subject: [PATCH] fix compile --- trunk/c5/osrng.h | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/c5/osrng.h b/trunk/c5/osrng.h index 2fa9713c..eb4e6e2d 100644 --- a/trunk/c5/osrng.h +++ b/trunk/c5/osrng.h @@ -8,6 +8,7 @@ #include "randpool.h" #include "rng.h" #include "aes.h" +#include "sha.h" #include "fips140.h" NAMESPACE_BEGIN(CryptoPP)