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

This commit is contained in:
ZhouLongYu 2023-11-27 23:37:17 +08:00
parent 803b2c89aa
commit bd3f58213f

View File

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