diff options
| author | Alexander Smirnov <[email protected]> | 2024-10-16 12:11:24 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2024-10-16 12:11:24 +0000 |
| commit | 40811e93f3fdf9342a9295369994012420fac548 (patch) | |
| tree | a8d85e094a9c21e10aa250f537c101fc2016a049 /library/cpp/monlib/encode | |
| parent | 30ebe5357bb143648c6be4d151ecd4944af81ada (diff) | |
| parent | 28a0c4a9f297064538a018c512cd9bbd00a1a35d (diff) | |
Merge branch 'rightlib' into mergelibs-241016-1210
Diffstat (limited to 'library/cpp/monlib/encode')
| -rw-r--r-- | library/cpp/monlib/encode/buffered/string_pool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/monlib/encode/buffered/string_pool.cpp b/library/cpp/monlib/encode/buffered/string_pool.cpp index b4c7988ba33..0ac5c780fc5 100644 --- a/library/cpp/monlib/encode/buffered/string_pool.cpp +++ b/library/cpp/monlib/encode/buffered/string_pool.cpp @@ -1,5 +1,7 @@ #include "string_pool.h" +#include <util/generic/ylimits.h> + namespace NMonitoring { //////////////////////////////////////////////////////////////////////////////// // TStringPoolBuilder |
