From a463892326cc4c44aeaabbec5a603cf4de14a8c4 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sat, 20 Apr 2024 02:00:02 +0800 Subject: [PATCH] IXSocket.h: add missing for macOS --- ixwebsocket/IXSocket.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git ixwebsocket/IXSocket.h ixwebsocket/IXSocket.h index af8bda0b..cb6dca9b 100644 --- ixwebsocket/IXSocket.h +++ ixwebsocket/IXSocket.h @@ -13,6 +13,10 @@ #include #include +#ifdef __APPLE__ +#include +#endif + #ifdef _WIN32 #include #ifdef _MSC_VER