Normalized spdlog include paths

This commit is contained in:
gabime
2018-04-29 01:31:09 +03:00
parent d389bda2cc
commit caa26a2a47
18 changed files with 46 additions and 47 deletions

View File

@@ -7,7 +7,7 @@
#define SPDLOG_VERSION "0.16.4-rc"
#include "tweakme.h"
#include "spdlog/tweakme.h"
#include <atomic>
#include <chrono>
@@ -23,7 +23,7 @@
#include <locale>
#endif
#include "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)