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: 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: 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