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>
