From d912dc37c667279ae1818a57ca3953584e2c7b0e Mon Sep 17 00:00:00 2001 From: Petr Pitka Date: Thu, 4 Nov 2021 14:44:35 +0100 Subject: [PATCH] Fixed missing include. --- src/lib_json/json_tool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib_json/json_tool.h b/src/lib_json/json_tool.h index 1222866..21fc31f 100644 --- a/src/lib_json/json_tool.h +++ b/src/lib_json/json_tool.h @@ -19,6 +19,8 @@ #include #endif +#include + /* This header provides common string manipulation support, such as UTF-8, * portable conversion from/to string... *