File: 0002-include-stdexcept.patch

package info (click to toggle)
prometheus-cpp-lite 1.0%2Bgit20251202.48d09c4%2Bds-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: cpp: 1,639; ansic: 123; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: includes stdexcept in family.h
Author: Christoph Martin <chrism@debian.org>
Last-Update: 2025-11-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- 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"