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

@@ -12,8 +12,8 @@
// 2. Format the message using the formatter function
// 3. Pass the formatted message to its sinks to performa the actual logging
#include <spdlog/sinks/base_sink.h>
#include <spdlog/common.h>
#include "spdlog/sinks/base_sink.h"
#include "spdlog/common.h"
#include <vector>
#include <memory>
@@ -102,4 +102,4 @@ protected:
};
}
#include <spdlog/details/logger_impl.h>
#include "spdlog/details/logger_impl.h"