From 224fa83c65e9d222cc00ce95bb5e7c623453dc95 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 29 May 2025 19:55:59 +0200 Subject: [PATCH] fix: Missing include --- lib/libimhex/include/hex/helpers/udp_server.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libimhex/include/hex/helpers/udp_server.hpp b/lib/libimhex/include/hex/helpers/udp_server.hpp index f06d7a9a2..088d64e23 100644 --- a/lib/libimhex/include/hex/helpers/udp_server.hpp +++ b/lib/libimhex/include/hex/helpers/udp_server.hpp @@ -5,6 +5,7 @@ #include #include #include +#include namespace hex {