Skip to content

Commit 8d11d04

Browse files
authored
YQ fixed build in testlib (#9071)
1 parent 30cc17b commit 8d11d04

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ydb/core/testlib/test_client.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <ydb/core/base/tablet_types.h>
77
#include <ydb/core/base/domain.h>
88
#include <ydb/core/driver_lib/run/config.h>
9+
#include <ydb/public/api/protos/ydb_cms.pb.h>
910
#include <ydb/public/sdk/cpp/client/ydb_driver/driver.h>
1011
#include <ydb/public/lib/deprecated/client/msgbus_client.h>
1112
#include <ydb/core/client/server/grpc_server.h>

ydb/core/testlib/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ PEERDIR(
8989
ydb/library/yql/providers/yt/codec/codegen
9090
ydb/library/yql/providers/yt/comp_nodes/llvm14
9191
ydb/library/yql/public/udf/service/exception_policy
92+
ydb/public/api/protos
9293
ydb/public/lib/base
9394
ydb/public/lib/deprecated/kicli
9495
ydb/public/sdk/cpp/client/ydb_driver

0 commit comments

Comments
 (0)