Fix linux build

This commit is contained in:
gabime 2020-09-27 18:42:27 +03:00
parent 680fb07fd5
commit c97983a91c

View File

@ -7,7 +7,10 @@
#include <spdlog/details/synchronous_factory.h>
#include <spdlog/sinks/sink.h>
#include <cstdio>
#ifdef _WIN32
#include <spdlog/details/windows_include.h>
#endif
namespace spdlog {