From 1fb6fa4fc80931e0d85143af67e16d814f8991a9 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 13 May 2010 17:14:31 +0000 Subject: [PATCH] fix for 'pwdbased.h needs ' http://sourceforge.net/apps/trac/cryptopp/ticket/3 (pangalactic) --- pwdbased.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pwdbased.h b/pwdbased.h index 99d2c3f4..f755724b 100644 --- a/pwdbased.h +++ b/pwdbased.h @@ -6,6 +6,7 @@ #include "cryptlib.h" #include "hmac.h" #include "hrtimer.h" +#include "integer.h" NAMESPACE_BEGIN(CryptoPP)