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
#define I_STATE_MACHINE_H
#include "StatusCode.h"
#include <iostream>
#include <memory>
class VStateMessage
{
public:

View File

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

View File

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