aports/community/noson/0001-jsonparser-missing-cstdint.patch
2024-07-16 20:44:02 +00:00

12 lines
310 B
Diff

Add missing include of <cstdint> to jsonparser.h
--- a/noson/src/private/jsonparser.h 2024-06-23 18:14:22.000000000 +0200
+++ b/noson/src/private/jsonparser.h 2024-07-08 20:05:44.037993314 +0200
@@ -28,6 +28,7 @@
#include "cppdef.h"
#include <string>
+#include <cstdint>
/**
* @namespace NSROOT::JSON