Fixed issue #179 (Conflict with Boost.Asio) (by defining FMT_USE_WINDOWS_H=0 in format.h and preventing include of windows.h)

This commit is contained in:
gabime
2016-03-22 00:46:41 +02:00
parent c6f8f1d272
commit 79451368cf
3 changed files with 9 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/file_helper.h>
#include <spdlog/details/format.h>
#include <algorithm>
#include <chrono>