From fb9826a201114737a975c876c10e9e5e3f547be3 Mon Sep 17 00:00:00 2001 From: Thomas BRUNEL Date: Sun, 18 Feb 2024 18:40:21 +0100 Subject: [PATCH] [messages] Fix include of JsonValidator as local instead of system This will fix compilation error to happened when cross-compiling an application statically linked with the library, as it cannot find the header in system include folder Signed-off-by: Thomas BRUNEL --- src/messages/MessagesValidator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/MessagesValidator.h b/src/messages/MessagesValidator.h index acaeef9c..3d24e466 100644 --- a/src/messages/MessagesValidator.h +++ b/src/messages/MessagesValidator.h @@ -19,7 +19,7 @@ along with OpenOCPP. If not, see . #ifndef OPENOCPP_MESSAGESVALIDATOR_H #define OPENOCPP_MESSAGESVALIDATOR_H -#include +#include "JsonValidator.h" #include #include