From b17c531ad97e075fe8688513f8ca6bb5971d1bc1 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sat, 19 Jul 2025 21:48:13 +0100 Subject: [PATCH] Add missing header --- common/json_help.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/json_help.h b/common/json_help.h index 94fb834b..30da9df0 100644 --- a/common/json_help.h +++ b/common/json_help.h @@ -19,6 +19,7 @@ Contributors: */ #include #include +#include #ifdef __cplusplus extern "C" {