summaryrefslogtreecommitdiff
path: root/pwdbased.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-05-13 17:14:31 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-05-13 17:14:31 +0000
commit277e95a2d6ffbc636cb2df66d53b7f50e94bfd24 (patch)
treee4d4bfb5dabaef213f7e7108941367aced8a102c /pwdbased.h
parent0cf5807aa9174bb4b7d8570550b468751f5da6e9 (diff)
downloadcryptopp-277e95a2d6ffbc636cb2df66d53b7f50e94bfd24.tar.gz
fix for 'pwdbased.h needs <integer.h>' http://sourceforge.net/apps/trac/cryptopp/ticket/3 (pangalactic)
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@481 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'pwdbased.h')
-rw-r--r--pwdbased.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pwdbased.h b/pwdbased.h
index 99d2c3f..f755724 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)