aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf/pbkdf.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-06-19 17:26:04 +0000
committerlloyd <[email protected]>2012-06-19 17:26:04 +0000
commit18078d569e1b1950edef939b36038b59375093a6 (patch)
treecb5f0e621427fc103564e6b28808949d6bce7743 /src/pbkdf/pbkdf.cpp
parent50e5fa86a27603e463e7e70c1e76f4fe0215e022 (diff)
Add missing headers, triggered errors under minimal builds
Diffstat (limited to 'src/pbkdf/pbkdf.cpp')
-rw-r--r--src/pbkdf/pbkdf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pbkdf/pbkdf.cpp b/src/pbkdf/pbkdf.cpp
index 8f29295f3..95633d3fd 100644
--- a/src/pbkdf/pbkdf.cpp
+++ b/src/pbkdf/pbkdf.cpp
@@ -7,6 +7,7 @@
#include <botan/pbkdf.h>
#include <botan/internal/assert.h>
+#include <stdexcept>
namespace Botan {