zhoulongyu; 添加头文件<iostream>,解决变异报错
This commit is contained in:
parent
004fc6d72a
commit
803b2c89aa
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user