diff options
Diffstat (limited to 'include/base64.h')
-rw-r--r-- | include/base64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/base64.h b/include/base64.h index 98b195e58..bd3921ab8 100644 --- a/include/base64.h +++ b/include/base64.h @@ -7,6 +7,7 @@ #define BOTAN_BASE64_H__ #include <botan/filter.h> +#include <botan/enums.h> namespace Botan { |