zhoulongyu; 添加头文件<iostream>,解决变异报错

This commit is contained in:
ZhouLongYu 2023-11-27 23:33:54 +08:00
parent 004fc6d72a
commit 803b2c89aa

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: