From e71cee78276f7772a808b6e17a5df5880ae2a88b Mon Sep 17 00:00:00 2001 From: Akash Patel <17132214+acxz@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:46:25 -0400 Subject: [PATCH] add missing header for prometheus_cpp --- thirdparty/patches/prometheus-windows-headers.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thirdparty/patches/prometheus-windows-headers.patch b/thirdparty/patches/prometheus-windows-headers.patch index cd610a182b222..ca9765d791539 100644 --- a/thirdparty/patches/prometheus-windows-headers.patch +++ b/thirdparty/patches/prometheus-windows-headers.patch @@ -1,7 +1,8 @@ diff --git core/src/histogram.cc core/src/histogram.cc --- core/src/histogram.cc +++ core/src/histogram.cc -@@ -6,1 +6,2 @@ +@@ -6,1 +6,3 @@ #include +#include ++#include --