fix for 'pwdbased.h needs <integer.h>' http://sourceforge.net/apps/trac/cryptopp/ticket/3 (pangalactic)

pull/2/head
weidai 2010-05-13 17:14:31 +00:00
parent 9d1843e8fc
commit 1fb6fa4fc8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "cryptlib.h"
#include "hmac.h"
#include "hrtimer.h"
#include "integer.h"
NAMESPACE_BEGIN(CryptoPP)