mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
zhoulongyu; 添加头文件<iostream>,解决变异报错
This commit is contained in:
parent
004fc6d72a
commit
803b2c89aa
|
@ -15,7 +15,9 @@
|
|||
#ifndef I_STATE_MACHINE_H
|
||||
#define I_STATE_MACHINE_H
|
||||
#include "StatusCode.h"
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
class VStateMessage
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user