From 4f0d86c9a6725774ff2ed8d60f47a451f1a46c78 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 19 Mar 2023 09:22:38 +0100 Subject: [PATCH] Fix style --- src/AggregateFunctions/AggregateFunctionStatisticsSimple.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/AggregateFunctions/AggregateFunctionStatisticsSimple.h b/src/AggregateFunctions/AggregateFunctionStatisticsSimple.h index 5f96e05f63d..dc27d8ac5bf 100644 --- a/src/AggregateFunctions/AggregateFunctionStatisticsSimple.h +++ b/src/AggregateFunctions/AggregateFunctionStatisticsSimple.h @@ -32,6 +32,12 @@ namespace DB { + +namespace ErrorCodes +{ + extern const int LOGICAL_ERROR; +} + struct Settings; enum class StatisticsFunctionKind