From ddca5c6a509e022d827821e1820b088822ff8dbb Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Mon, 15 May 2023 18:11:36 +0200 Subject: [PATCH] can api: fix for toolchain with limited c++ support --- api/CanMsg.h | 5 ++--- api/CanMsgRingbuffer.h | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/api/CanMsg.h b/api/CanMsg.h index 6021564a..5b120344 100644 --- a/api/CanMsg.h +++ b/api/CanMsg.h @@ -12,9 +12,8 @@ * INCLUDE **************************************************************************************/ -#include -#include -#include +#include +#include #include diff --git a/api/CanMsgRingbuffer.h b/api/CanMsgRingbuffer.h index 9218ef88..461df450 100644 --- a/api/CanMsgRingbuffer.h +++ b/api/CanMsgRingbuffer.h @@ -12,7 +12,7 @@ * INCLUDE **************************************************************************************/ -#include +#include #include "CanMsg.h"