Fix style

This commit is contained in:
Pavel Kruglov 2024-12-04 17:36:18 +01:00 committed by GitHub
parent d49e22cbae
commit 136f5c482c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,12 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
class ColumnsDescription;
class Context;