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

@@ -10,10 +10,10 @@
// If user requests a non existing logger, nullptr will be returned
// This class is thread safe
#include <spdlog/details/null_mutex.h>
#include <spdlog/logger.h>
#include <spdlog/async_logger.h>
#include <spdlog/common.h>
#include "spdlog/details/null_mutex.h"
#include "spdlog/logger.h"
#include "spdlog/async_logger.h"
#include "spdlog/common.h"
#include <chrono>
#include <functional>