From 08bfb6d5bc8555e020cb3ea7038315bd170e82ac Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 23 Apr 2025 00:30:10 +0800 Subject: [PATCH] =?UTF-8?q?List.h=E6=94=B9=E5=90=8D=E4=B8=BAArrayList.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/network/IP.h | 2 +- inc/hgl/network/SocketEvent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/hgl/network/IP.h b/inc/hgl/network/IP.h index f27810e..c0a00a3 100644 --- a/inc/hgl/network/IP.h +++ b/inc/hgl/network/IP.h @@ -68,7 +68,7 @@ #endif//HGL_OS == HGL_OS_Windows #include -#include +#include #include #include diff --git a/inc/hgl/network/SocketEvent.h b/inc/hgl/network/SocketEvent.h index e8c6a4a..3ef4da8 100644 --- a/inc/hgl/network/SocketEvent.h +++ b/inc/hgl/network/SocketEvent.h @@ -2,7 +2,7 @@ #define HGL_NETWORK_SOCKET_EVENT_INCLUDE #include -#include +#include namespace hgl { namespace network