mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-26 15:39:03 +08:00
Fix windows include
This commit is contained in:
parent
c5fd8a0b97
commit
410e641dff
@ -7,7 +7,7 @@
|
|||||||
#include <spdlog/sinks/base_sink.h>
|
#include <spdlog/sinks/base_sink.h>
|
||||||
#include <spdlog/details/null_mutex.h>
|
#include <spdlog/details/null_mutex.h>
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <spdlog/details/udp_client-windows.h>
|
# include <spdlog/details/udp_client_windows.h>
|
||||||
#else
|
#else
|
||||||
# include <spdlog/details/udp_client.h>
|
# include <spdlog/details/udp_client.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user