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