#include #if USE_BASE64 #include namespace DB { REGISTER_FUNCTION(TryBase64Decode) { factory.registerFunction>(); } } #endif