diff options
author | tobo <tobo@yandex-team.com> | 2024-10-17 07:21:27 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2024-10-17 07:38:47 +0300 |
commit | fe7dabb9c4f211cb4ba4884d0c323e77873800c3 (patch) | |
tree | 217c20e62596ac89bd5933494e0834e4e3c101e3 /library/cpp/cache | |
parent | e32c333ec89518990261e57edeeacae47c954a93 (diff) | |
download | ydb-fe7dabb9c4f211cb4ba4884d0c323e77873800c3.tar.gz |
remove unused includes in util/generic/string.h
commit_hash:edd5ed00db3a4c6090c535fa406f184268188733
Diffstat (limited to 'library/cpp/cache')
-rw-r--r-- | library/cpp/cache/thread_safe_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/cache/thread_safe_cache.h b/library/cpp/cache/thread_safe_cache.h index e77d1a45fd..b4bd4deedf 100644 --- a/library/cpp/cache/thread_safe_cache.h +++ b/library/cpp/cache/thread_safe_cache.h @@ -3,6 +3,7 @@ #include "cache.h" #include <util/generic/singleton.h> +#include <util/generic/ylimits.h> #include <util/system/rwlock.h> namespace NPrivate { |