diff --git a/ydb/core/tx/datashard/datashard.h b/ydb/core/tx/datashard/datashard.h index dba448cf6b4b..0f2884dfdff6 100644 --- a/ydb/core/tx/datashard/datashard.h +++ b/ydb/core/tx/datashard/datashard.h @@ -4,7 +4,6 @@ #include "datashard_s3_upload.h" #include -#include #include #include #include diff --git a/ydb/core/tx/datashard/datashard_pipeline.h b/ydb/core/tx/datashard/datashard_pipeline.h index 9e63590493c2..9881ff9e0d18 100644 --- a/ydb/core/tx/datashard/datashard_pipeline.h +++ b/ydb/core/tx/datashard/datashard_pipeline.h @@ -8,6 +8,7 @@ #include "execution_unit.h" #include "read_iterator.h" +#include #include namespace NKikimr {