diff options
author | tldr <[email protected]> | 2024-01-30 15:18:05 +0300 |
---|---|---|
committer | Alexander Smirnov <[email protected]> | 2024-01-31 14:24:14 +0300 |
commit | 29a090163b553df920c21547c13b851c0685ee80 (patch) | |
tree | 2384effd93aa895e161b475fa5aebd20680c75c5 | |
parent | 0bb51f54606aded7fd77a24916e63455e7849fba (diff) |
[library/cpp/yt] fix peerdir
-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 586d14f6eeb..841930aaa24 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( |