diff options
Diffstat (limited to 'src/filters/filters.h')
-rw-r--r-- | src/filters/filters.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/filters.h b/src/filters/filters.h index 060b1d6d0..49c04e430 100644 --- a/src/filters/filters.h +++ b/src/filters/filters.h @@ -20,8 +20,8 @@ #include <botan/scan_name.h> -#if defined(BOTAN_HAS_BASE64_CODEC) - #include <botan/base64.h> +#if defined(BOTAN_HAS_BASE64_FILTER) + #include <botan/b64_filt.h> #endif #if defined(BOTAN_HAS_HEX_FILTER) |