diff options
Diffstat (limited to 'src/kdf/mgf1/mgf1.cpp')
-rw-r--r-- | src/kdf/mgf1/mgf1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kdf/mgf1/mgf1.cpp b/src/kdf/mgf1/mgf1.cpp index c2cda7f4c..c54675c1e 100644 --- a/src/kdf/mgf1/mgf1.cpp +++ b/src/kdf/mgf1/mgf1.cpp @@ -5,6 +5,7 @@ #include <botan/mgf1.h> #include <botan/loadstor.h> +#include <botan/exceptn.h> #include <botan/xor_buf.h> #include <algorithm> #include <memory> |