fix ErrorCodes

This commit is contained in:
Yakov Olkhovskiy 2024-11-24 06:08:20 +00:00
parent 7f4318d5da
commit 871e5b32dd

View File

@ -3,6 +3,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
}
namespace FunctionsConversion
{