From 169f827957c6520343df796c657177374739f988 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 2 Jul 2023 21:19:41 +0300 Subject: [PATCH] Added missing include to udp_client.h --- include/spdlog/details/udp_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/udp_client.h b/include/spdlog/details/udp_client.h index 2db5b89e..e8c2cccf 100644 --- a/include/spdlog/details/udp_client.h +++ b/include/spdlog/details/udp_client.h @@ -12,7 +12,7 @@ #include #include - +#include #include #include #include