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

@@ -8,8 +8,8 @@
// include external or bundled copy of fmtlib's ostream support
//
#if !defined(SPDLOG_FMT_EXTERNAL)
#include <spdlog/fmt/fmt.h>
#include <spdlog/fmt/bundled/ostream.h>
#include "spdlog/fmt/fmt.h"
#include "spdlog/fmt/bundled/ostream.h"
#else
#include <fmt/ostream.h>
#endif