Skip to content

Commit

Permalink
fix build due to ClickHouse/ClickHouse#61604
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Mar 21, 2024
1 parent baf70e2 commit a36b09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Shuffle/SelectorBuilder.h
Expand Up @@ -26,6 +26,7 @@
#include <Processors/Chunk.h>
#include <base/types.h>
#include <substrait/plan.pb.h>
#include <Poco/JSON/Array.h>
#include <Common/BlockIterator.h>
#include <Common/PODArray.h>

Expand Down
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Storages/Parquet/ColumnIndexFilter.cpp
Expand Up @@ -24,6 +24,7 @@
#include <Storages/Parquet/ParquetConverter.h>
#include <parquet/schema.h>
#include <parquet/statistics.h>
#include <Common/logger_useful.h>

namespace local_engine
{
Expand Down

0 comments on commit a36b09f

Please sign in to comment.