diff options
Diffstat (limited to 'src/lib/passhash/passhash9/passhash9.h')
-rw-r--r-- | src/lib/passhash/passhash9/passhash9.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/passhash/passhash9/passhash9.h b/src/lib/passhash/passhash9/passhash9.h index 75847bfa5..825c63da6 100644 --- a/src/lib/passhash/passhash9/passhash9.h +++ b/src/lib/passhash/passhash9/passhash9.h @@ -8,10 +8,12 @@ #ifndef BOTAN_PASSHASH9_H_ #define BOTAN_PASSHASH9_H_ -#include <botan/rng.h> +#include <botan/types.h> namespace Botan { +class RandomNumberGenerator; + /** * Create a password hash using PBKDF2 * @param password the password |