From 803b2c89aa52ac44fe14a9c049a9a87c3b33b4f6 Mon Sep 17 00:00:00 2001 From: ZhouLongYu <1790731762@QQ.com> Date: Mon, 27 Nov 2023 23:33:54 +0800 Subject: [PATCH 1/3] =?UTF-8?q?zhoulongyu;=20=E6=B7=BB=E5=8A=A0=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=8F=98=E5=BC=82=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- middleware/StateMachine/include/IStateMachine.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/middleware/StateMachine/include/IStateMachine.h b/middleware/StateMachine/include/IStateMachine.h index e614572c..5bfec38a 100644 --- a/middleware/StateMachine/include/IStateMachine.h +++ b/middleware/StateMachine/include/IStateMachine.h @@ -15,7 +15,9 @@ #ifndef I_STATE_MACHINE_H #define I_STATE_MACHINE_H #include "StatusCode.h" +#include #include + class VStateMessage { public: From bd3f58213f136de261d7b01f60052df4adcf200c Mon Sep 17 00:00:00 2001 From: ZhouLongYu <1790731762@QQ.com> Date: Mon, 27 Nov 2023 23:37:17 +0800 Subject: [PATCH 2/3] =?UTF-8?q?zhoulongyu;=20=E6=B7=BB=E5=8A=A0=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=8F=98=E5=BC=82=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/Log/src/LogEasylogging.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Log/src/LogEasylogging.h b/utils/Log/src/LogEasylogging.h index 735adab5..729979c4 100644 --- a/utils/Log/src/LogEasylogging.h +++ b/utils/Log/src/LogEasylogging.h @@ -15,6 +15,7 @@ #ifndef LOG_EASYLOGGING_H #define LOG_EASYLOGGING_H #include "ILogCpp.h" +#include class LogEasylogging : public ILogCpp { public: From 69c3de538fc4c52239c69dd3e1b479c7d7ff778d Mon Sep 17 00:00:00 2001 From: ZhouLongYu <1790731762@QQ.com> Date: Mon, 27 Nov 2023 23:38:41 +0800 Subject: [PATCH 3/3] =?UTF-8?q?zhoulongyu;=20=E6=B7=BB=E5=8A=A0=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E8=A7=A3=E5=86=B3=E5=8F=98?= =?UTF-8?q?=E5=BC=82=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/UartDevice/src/UartDeviceImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/UartDevice/src/UartDeviceImpl.cpp b/utils/UartDevice/src/UartDeviceImpl.cpp index d1e150da..4ad6878b 100644 --- a/utils/UartDevice/src/UartDeviceImpl.cpp +++ b/utils/UartDevice/src/UartDeviceImpl.cpp @@ -14,6 +14,7 @@ */ #include "UartDeviceImpl.h" #include "ILog.h" +#include #include #include #include