diff options
author | dtorilov <[email protected]> | 2024-06-26 22:17:33 +0300 |
---|---|---|
committer | dtorilov <[email protected]> | 2024-06-26 22:28:26 +0300 |
commit | d033be1b162e9d887ae218d35bcb401a46897e21 (patch) | |
tree | 6dc0d2a24e69c7a85fa8f93f27fb23612e367751 | |
parent | 66a9719974f852239506d6de4cc4852fa9088f60 (diff) |
Cosmetics
3efafdb9e56ab71e363c17a2e82041caf04555d7
-rw-r--r-- | yt/yt/client/table_client/public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/client/table_client/public.h b/yt/yt/client/table_client/public.h index 940399985c8..78877f82326 100644 --- a/yt/yt/client/table_client/public.h +++ b/yt/yt/client/table_client/public.h @@ -374,6 +374,8 @@ DECLARE_REFCOUNTED_CLASS(TVersionedRowDigestConfig) DECLARE_REFCOUNTED_CLASS(TSchemalessBufferedDynamicTableWriterConfig) +DECLARE_REFCOUNTED_CLASS(TSchemafulPipe) + class TSaveContext; class TLoadContext; using TPersistenceContext = TCustomPersistenceContext<TSaveContext, TLoadContext>; |