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