diff options
Diffstat (limited to 'src/cmd/base64.cpp')
-rw-r--r-- | src/cmd/base64.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/base64.cpp b/src/cmd/base64.cpp index 84a30e8ea..d9b2ffa3d 100644 --- a/src/cmd/base64.cpp +++ b/src/cmd/base64.cpp @@ -6,6 +6,9 @@ */ #include "apps.h" + +#if defined(BOTAN_HAS_CODEC_FILTERS) + #include <fstream> #include <iostream> #include <string> @@ -88,3 +91,4 @@ int base64(int argc, char* argv[]) REGISTER_APP(base64); } +#endif // BOTAN_HAS_CODEC_FILTERS |