Fix for clang-19

This commit is contained in:
Alexey Milovidov 2024-03-22 21:29:33 +01:00
parent 41d9b19a4a
commit 14c616e696

View File

@ -9,12 +9,11 @@
#include <Storages/IStorage_fwd.h>
#include <Interpreters/Context_fwd.h>
#include <Interpreters/SetKeys.h>
#include <Processors/QueryPlan/QueryPlan.h>
namespace DB
{
class QueryPlan;
class Set;
using SetPtr = std::shared_ptr<Set>;
struct SetKeyColumns;