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
803b2c89aa
commit
bd3f58213f
|
@ -15,6 +15,7 @@
|
|||
#ifndef LOG_EASYLOGGING_H
|
||||
#define LOG_EASYLOGGING_H
|
||||
#include "ILogCpp.h"
|
||||
#include <iostream>
|
||||
class LogEasylogging : public ILogCpp
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user