From 299be9f11de3fbbc145022af92c195782e897a65 Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Wed, 29 Sep 2021 13:00:30 +0200 Subject: [PATCH] data: json: include missing toolchain.h This header is needed in order to use __deprecated macro. Signed-off-by: Marcin Niestroj --- include/data/json.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/data/json.h b/include/data/json.h index aa157dc1e59..dd069f4755f 100644 --- a/include/data/json.h +++ b/include/data/json.h @@ -9,6 +9,7 @@ #include #include +#include #include #include