From cab8c5900e7493f26e45467cae8481faf9de00e1 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Dec 2025 12:51:01 +0200 Subject: [PATCH] Fix: include in tcp_client.h to avoid compilation failures on Unix --- include/spdlog/details/tcp_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/spdlog/details/tcp_client.h b/include/spdlog/details/tcp_client.h index dcb1047e..a6f9b80d 100644 --- a/include/spdlog/details/tcp_client.h +++ b/include/spdlog/details/tcp_client.h @@ -17,6 +17,7 @@ #include #include #include +#include #include