diff options
Diffstat (limited to 'src/codec/hex/hex.cpp')
-rw-r--r-- | src/codec/hex/hex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codec/hex/hex.cpp b/src/codec/hex/hex.cpp index afb082f76..4cbc1d37b 100644 --- a/src/codec/hex/hex.cpp +++ b/src/codec/hex/hex.cpp @@ -6,6 +6,7 @@ #include <botan/hex.h> #include <botan/parsing.h> #include <botan/charset.h> +#include <botan/exceptn.h> #include <algorithm> namespace Botan { |