You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/prometheus-cpp/include_limits.patch

13 lines
277 B

diff --git core/src/histogram.cc core/src/histogram.cc
index 8023529..b298fd4 100644
--- core/src/histogram.cc
+++ core/src/histogram.cc
@@ -3,6 +3,7 @@
#include <algorithm>
#include <cassert>
#include <iterator>
+#include <limits>
#include <numeric>
#include <ostream>