diff --git a/src/AggregateFunctions/AggregateFunctionGroupBitmap.cpp b/src/AggregateFunctions/AggregateFunctionGroupBitmap.cpp index 25df0cb27bd..bf1d0af73ff 100644 --- a/src/AggregateFunctions/AggregateFunctionGroupBitmap.cpp +++ b/src/AggregateFunctions/AggregateFunctionGroupBitmap.cpp @@ -1,11 +1,10 @@ #include -#include #include +#include #include #include "registerAggregateFunctions.h" -// TODO include this last because of a broken roaring header. See the comment -// inside. +// TODO include this last because of a broken roaring header. See the comment inside. #include namespace DB @@ -17,46 +16,54 @@ namespace ErrorCodes namespace { + template