File: 0010-Add-missing-header.patch

package info (click to toggle)
task 2.6.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,088 kB
  • sloc: cpp: 45,965; python: 12,713; sh: 785; perl: 189; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Sat, 6 Sep 2025 07:29:47 +0200
Subject: Add missing header

---
 src/libshared/src/JSON.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libshared/src/JSON.h b/src/libshared/src/JSON.h
index 3e197c2..aa584a2 100644
--- a/src/libshared/src/JSON.h
+++ b/src/libshared/src/JSON.h
@@ -27,6 +27,7 @@
 #ifndef INCLUDED_JSON
 #define INCLUDED_JSON
 
+#include <cstdint>
 #include <map>
 #include <vector>
 #include <string>