File: 0002-include-stdexcept.patch

package info (click to toggle)
prometheus-cpp-lite 1.0%2Bgit20251202.48d09c4%2Bds-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: cpp: 1,639; ansic: 123; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/core/include/prometheus/family.h
+++ b/core/include/prometheus/family.h
@@ -8,6 +8,7 @@
 #include <unordered_map>
 #include <vector>
 #include <cassert>
+#include <stdexcept>
 
 #include "prometheus/collectable.h"
 #include "prometheus/metric.h"