Skip to content

Commit

Permalink
fix build due to ClickHouse/ClickHouse#54947
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Oct 31, 2023
1 parent ecba794 commit 9cfc599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Parser/AggregateRelParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
#include "AggregateRelParser.h"
#include <memory>
#include <AggregateFunctions/AggregateFunctionIf.h>
#include <AggregateFunctions/Combinators/AggregateFunctionIf.h>
#include <DataTypes/DataTypeAggregateFunction.h>
#include <DataTypes/DataTypeNullable.h>
#include <DataTypes/DataTypeTuple.h>
Expand Down

0 comments on commit 9cfc599

Please sign in to comment.