summaryrefslogtreecommitdiff
path: root/pwdbased.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-05-13 10:42:50 -0400
committerJeffrey Walton <noloader@gmail.com>2018-05-13 10:42:50 -0400
commit4fc0fefc6e45d50df1d40b81f1e997b7346022ba (patch)
tree0567179e7c360949345b5e08220013508fd96cb2 /pwdbased.h
parent7c1d296283fab97a2a5d34445b8c4adca0b9ea0e (diff)
downloadcryptopp-git-4fc0fefc6e45d50df1d40b81f1e997b7346022ba.tar.gz
Add missing include to pwdbased.h (GH #657)
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 20828a91..a27550a7 100644
--- a/pwdbased.h
+++ b/pwdbased.h
@@ -12,6 +12,7 @@
#include "hrtimer.h"
#include "integer.h"
#include "argnames.h"
+#include "algparam.h"
#include "hmac.h"
NAMESPACE_BEGIN(CryptoPP)