Merge pull request #485 from zhangchi0104/patch-1

修复了linux编译Logger.hpp报错
This commit is contained in:
MistEO
2022-05-11 23:27:22 +08:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
#include <mutex>
#include <type_traits>
#include <vector>
#include <thread>
#include "AsstUtils.hpp"
#include "Version.h"