Try to fix build

This commit is contained in:
Kruglov Pavel 2023-05-15 17:55:02 +02:00 committed by GitHub
parent be73695629
commit 550d7a01bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
#include <TableFunctions/TableFunctionS3.h> #include <TableFunctions/TableFunctionS3.h>
#include <Storages/StorageS3Cluster.h> #include <Storages/StorageS3Cluster.h>
#include <Interpreters/evaluateConstantExpression.h> #include <Interpreters/evaluateConstantExpression.h>
#include <Interpreters/Context.h>
#include <Storages/checkAndGetLiteralArgument.h> #include <Storages/checkAndGetLiteralArgument.h>
@ -19,8 +20,6 @@ namespace ErrorCodes
extern const int LOGICAL_ERROR; extern const int LOGICAL_ERROR;
} }
class Context;
/// Base class for *Cluster table functions that require cluster_name for the first argument. /// Base class for *Cluster table functions that require cluster_name for the first argument.
template <typename Base> template <typename Base>
class ITableFunctionCluster : public Base class ITableFunctionCluster : public Base