Fix style

This commit is contained in:
Alexey Milovidov 2023-03-19 09:22:38 +01:00
parent cc8e30a744
commit 4f0d86c9a6

View File

@ -32,6 +32,12 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
struct Settings;
enum class StatisticsFunctionKind