Fixed issues 449

Please check it
This commit is contained in:
Tennn
2017-05-21 17:44:44 +08:00
parent e1d4c4651b
commit f8d509d010
22 changed files with 63 additions and 63 deletions

View File

@@ -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"