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

@@ -18,7 +18,7 @@
#include <locale>
#endif
#include <spdlog/details/null_mutex.h>
#include "spdlog/details/null_mutex.h"
//visual studio upto 2013 does not support noexcept nor constexpr
#if defined(_MSC_VER) && (_MSC_VER < 1900)
@@ -43,7 +43,7 @@
#endif
#include <spdlog/fmt/fmt.h>
#include "spdlog/fmt/fmt.h"
namespace spdlog
{