diff options
author | tldr <tldr@yandex-team.com> | 2024-01-30 15:18:05 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-31 14:24:14 +0300 |
commit | 29a090163b553df920c21547c13b851c0685ee80 (patch) | |
tree | 2384effd93aa895e161b475fa5aebd20680c75c5 /library/cpp | |
parent | 0bb51f54606aded7fd77a24916e63455e7849fba (diff) | |
download | ydb-29a090163b553df920c21547c13b851c0685ee80.tar.gz |
[library/cpp/yt] fix peerdir
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/yt/misc/ya.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yt/misc/ya.make b/library/cpp/yt/misc/ya.make index 586d14f6ee..841930aaa2 100644 --- a/library/cpp/yt/misc/ya.make +++ b/library/cpp/yt/misc/ya.make @@ -11,6 +11,7 @@ SRCS( PEERDIR( library/cpp/yt/exception + library/cpp/yt/assert ) CHECK_DEPENDENT_DIRS( |