Merge branch 'master-develop' of gitee.com:shenzhen-jiuyilian/ipc into master-develop
This commit is contained in:
commit
fc424e4044
|
@ -15,7 +15,9 @@
|
|||
#ifndef I_STATE_MACHINE_H
|
||||
#define I_STATE_MACHINE_H
|
||||
#include "StatusCode.h"
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
class VStateMessage
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#ifndef LOG_EASYLOGGING_H
|
||||
#define LOG_EASYLOGGING_H
|
||||
#include "ILogCpp.h"
|
||||
#include <iostream>
|
||||
class LogEasylogging : public ILogCpp
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
#include "UartDeviceImpl.h"
|
||||
#include "ILog.h"
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user