mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Fixed issues 449
Please check it
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
// 3. will throw spdlog_ex upon log exceptions
|
||||
// Upon destruction, logs all remaining messages in the queue before destructing..
|
||||
|
||||
#include <spdlog/common.h>
|
||||
#include <spdlog/logger.h>
|
||||
#include "spdlog/common.h"
|
||||
#include "spdlog/logger.h"
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
@@ -79,4 +79,4 @@ private:
|
||||
}
|
||||
|
||||
|
||||
#include <spdlog/details/async_logger_impl.h>
|
||||
#include "spdlog/details/async_logger_impl.h"
|
||||
|
Reference in New Issue
Block a user