summaryrefslogtreecommitdiff
path: root/pwdbased.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2010-05-13 17:14:31 +0000
committerweidai <weidai11@users.noreply.github.com>2010-05-13 17:14:31 +0000
commit1fb6fa4fc80931e0d85143af67e16d814f8991a9 (patch)
treee4d4bfb5dabaef213f7e7108941367aced8a102c /pwdbased.h
parent9d1843e8fc17024fe8fa2cee14252ea8935f76dd (diff)
downloadcryptopp-git-1fb6fa4fc80931e0d85143af67e16d814f8991a9.tar.gz
fix for 'pwdbased.h needs <integer.h>' http://sourceforge.net/apps/trac/cryptopp/ticket/3 (pangalactic)
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 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)