Fix linux build

pull/1685/head
gabime 5 years ago
parent 680fb07fd5
commit c97983a91c

@ -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 {

Loading…
Cancel
Save