diff options
author | tobo <tobo@yandex-team.com> | 2024-10-09 13:14:43 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2024-10-09 13:45:02 +0300 |
commit | 546b1afbc77a6ddc54725ea3a9f99c0d94a0e508 (patch) | |
tree | 5a64bba6c361e6ffedffd444f1f8d2895e7d9244 /library | |
parent | 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (diff) | |
download | ydb-546b1afbc77a6ddc54725ea3a9f99c0d94a0e508.tar.gz |
add include that comes transparently
commit_hash:28a1feed886ff6f1fb586119dcdc433df011773b
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/monlib/metrics/histogram_snapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/monlib/metrics/histogram_snapshot.h b/library/cpp/monlib/metrics/histogram_snapshot.h index 6cd9f1dab5..88ea07cafd 100644 --- a/library/cpp/monlib/metrics/histogram_snapshot.h +++ b/library/cpp/monlib/metrics/histogram_snapshot.h @@ -4,6 +4,7 @@ #include <util/generic/ptr.h> #include <util/generic/vector.h> #include <util/generic/yexception.h> +#include <util/generic/ylimits.h> #include <cmath> #include <limits> |