From bd3f58213f136de261d7b01f60052df4adcf200c Mon Sep 17 00:00:00 2001 From: ZhouLongYu <1790731762@QQ.com> Date: Mon, 27 Nov 2023 23:37:17 +0800 Subject: [PATCH] =?UTF-8?q?zhoulongyu;=20=E6=B7=BB=E5=8A=A0=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=8F=98=E5=BC=82=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/Log/src/LogEasylogging.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Log/src/LogEasylogging.h b/utils/Log/src/LogEasylogging.h index 735adab..729979c 100644 --- a/utils/Log/src/LogEasylogging.h +++ b/utils/Log/src/LogEasylogging.h @@ -15,6 +15,7 @@ #ifndef LOG_EASYLOGGING_H #define LOG_EASYLOGGING_H #include "ILogCpp.h" +#include class LogEasylogging : public ILogCpp { public: