aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/passhash/bcrypt/bcrypt.h1
-rw-r--r--src/lib/passhash/passhash9/passhash9.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/passhash/bcrypt/bcrypt.h b/src/lib/passhash/bcrypt/bcrypt.h
index 51db8062d..7f05dccde 100644
--- a/src/lib/passhash/bcrypt/bcrypt.h
+++ b/src/lib/passhash/bcrypt/bcrypt.h
@@ -9,6 +9,7 @@
#define BOTAN_BCRYPT_H_
#include <botan/types.h>
+#include <string>
namespace Botan {
diff --git a/src/lib/passhash/passhash9/passhash9.h b/src/lib/passhash/passhash9/passhash9.h
index 825c63da6..5844c9f22 100644
--- a/src/lib/passhash/passhash9/passhash9.h
+++ b/src/lib/passhash/passhash9/passhash9.h
@@ -9,6 +9,7 @@
#define BOTAN_PASSHASH9_H_
#include <botan/types.h>
+#include <string>
namespace Botan {