From 4fc0fefc6e45d50df1d40b81f1e997b7346022ba Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 13 May 2018 10:42:50 -0400 Subject: [PATCH] Add missing include to pwdbased.h (GH #657) --- pwdbased.h | 1 + 1 file changed, 1 insertion(+) 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)