mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
add missing include
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <spdlog/formatter.h>
|
||||
#include <spdlog/details/log_msg.h>
|
||||
#include <spdlog/details/os.h>
|
||||
#include <spdlog/details/format.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <ctime>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include <spdlog/sinks/base_sink.h>
|
||||
#include <spdlog/details/null_mutex.h>
|
||||
#include <spdlog/details/file_helper.h>
|
||||
|
||||
#include <spdlog/details/format.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
|
Reference in New Issue
Block a user