mirror of https://github.com/sysown/proxysql
Fixed 'prometheus-cpp' compilation due to missing include #3714
parent
e7abc2fd3c
commit
043dfc9775
@ -0,0 +1,12 @@
|
||||
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>
|
||||
|
||||
Loading…
Reference in new issue