Browse Source

add include that comes transparently
commit_hash:28a1feed886ff6f1fb586119dcdc433df011773b

tobo 5 months ago
parent
commit
546b1afbc7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      library/cpp/monlib/metrics/histogram_snapshot.h

+ 1 - 0
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>