From 1b4a8e647f5d06cf15aa984e9c17bbe04c0b58c1 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Wed, 30 Oct 2024 11:09:11 +0100 Subject: [PATCH] fix missing include --- src/mesh/http/ContentHelper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/http/ContentHelper.h b/src/mesh/http/ContentHelper.h index a80c39f47..e5d3a2f57 100644 --- a/src/mesh/http/ContentHelper.h +++ b/src/mesh/http/ContentHelper.h @@ -1,5 +1,6 @@ #include #include +#include #define BoolToString(x) ((x) ? "true" : "false")