Fix windows include

pull/2090/head
Chris Love 4 years ago
parent c5fd8a0b97
commit 410e641dff

@ -7,7 +7,7 @@
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#ifdef _WIN32
# include <spdlog/details/udp_client-windows.h>
# include <spdlog/details/udp_client_windows.h>
#else
# include <spdlog/details/udp_client.h>
#endif

Loading…
Cancel
Save