diff --git a/inc/hgl/log/Logger.h b/inc/hgl/log/Logger.h index 9294480..97b6a36 100644 --- a/inc/hgl/log/Logger.h +++ b/inc/hgl/log/Logger.h @@ -1,19 +1,11 @@ #ifndef HGL_LOGGER_INCLUDE #define HGL_LOGGER_INCLUDE -#include +#include namespace hgl { namespace logger { - enum LogLevel - { - llError=0, //错误,肯定出对话框 - llProblem, //问题,默认出对话框 - llHint, //提示,不重要,debug状态默认出对话框 - llLog //记录一下 - };//enum LogLevel - /** * 日志输出基类 */ diff --git a/inc/hgl/type/List.cpp b/inc/hgl/type/List.cpp index 5c9f24f..fe4789a 100644 --- a/inc/hgl/type/List.cpp +++ b/inc/hgl/type/List.cpp @@ -5,6 +5,9 @@ #include #endif +#include +#include + //-------------------------------------------------------------------------------------------------- // 代码中的部分memcpy可替换为memmove,但这样会引起CodeGuard/Valgrind之类的内存调试器报错 //--------------------------------------------------------------------------------------------------