Skip to content

Commit

Permalink
Fix Build NativeReader.cpp due to ClickHouse/ClickHouse#60097
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Feb 23, 2024
1 parent 666208f commit 81bb965
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp-ch/local-engine/Storages/IO/NativeReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@
#include <Common/Arena.h>
#include <Storages/IO/NativeWriter.h>
#include <Storages/IO/AggregateSerializationUtils.h>
#include <Poco/Logger.h>
#include <Common/logger_useful.h>

#include <Interpreters/threadPoolCallbackRunner.h>
#include <Common/CurrentMetrics.h>
#include <Common//threadPoolCallbackRunner.h>
#include <Interpreters/Context.h>

namespace CurrentMetrics
Expand Down

0 comments on commit 81bb965

Please sign in to comment.