Merge branch 'master-develop' of gitee.com:shenzhen-jiuyilian/ipc into master-develop

This commit is contained in:
fancy 2023-11-27 07:58:41 -08:00
commit fc424e4044
3 changed files with 4 additions and 0 deletions

View File

@ -15,7 +15,9 @@
#ifndef I_STATE_MACHINE_H #ifndef I_STATE_MACHINE_H
#define I_STATE_MACHINE_H #define I_STATE_MACHINE_H
#include "StatusCode.h" #include "StatusCode.h"
#include <iostream>
#include <memory> #include <memory>
class VStateMessage class VStateMessage
{ {
public: public:

View File

@ -15,6 +15,7 @@
#ifndef LOG_EASYLOGGING_H #ifndef LOG_EASYLOGGING_H
#define LOG_EASYLOGGING_H #define LOG_EASYLOGGING_H
#include "ILogCpp.h" #include "ILogCpp.h"
#include <iostream>
class LogEasylogging : public ILogCpp class LogEasylogging : public ILogCpp
{ {
public: public:

View File

@ -14,6 +14,7 @@
*/ */
#include "UartDeviceImpl.h" #include "UartDeviceImpl.h"
#include "ILog.h" #include "ILog.h"
#include <cstdlib>
#include <cstring> #include <cstring>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>