Files
ray/thirdparty/patches/prometheus-windows-headers.patch
T
2020-06-12 14:59:22 -05:00

8 lines
169 B
Diff

diff --git core/src/histogram.cc core/src/histogram.cc
--- core/src/histogram.cc
+++ core/src/histogram.cc
@@ -6,1 +6,2 @@
#include <numeric>
+#include <stdexcept>
--