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