mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 12:01:58 +00:00
Fix build
This commit is contained in:
parent
d09abf33a7
commit
e304afe106
@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
#include <Databases/DatabaseReplicatedHelpers.h>
|
||||
#include <Interpreters/DatabaseCatalog.h>
|
||||
#include <Interpreters/evaluateConstantExpression.h>
|
||||
#include <Parsers/ASTIdentifier.h>
|
||||
#include <Storages/IStorage.h>
|
||||
@ -12,12 +13,12 @@
|
||||
#include <Storages/StorageFactory.h>
|
||||
#include <Poco/Util/AbstractConfiguration.h>
|
||||
#include <Common/CurrentMetrics.h>
|
||||
#include <Common/NamedCollections/NamedCollectionsFactory.h>
|
||||
#include <Common/ThreadPool.h>
|
||||
#include <Common/ThreadStatus.h>
|
||||
#include <Common/logger_useful.h>
|
||||
#include <Common/getNumberOfPhysicalCPUCores.h>
|
||||
#include <Common/logger_useful.h>
|
||||
#include <Common/setThreadName.h>
|
||||
#include <Interpreters/DatabaseCatalog.h>
|
||||
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <cppkafka/cppkafka.h>
|
||||
|
Loading…
Reference in New Issue
Block a user