From 2d47af89cfed6a0c025fa3431806a464bd936e9e Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 8 May 2024 22:33:37 +0800 Subject: [PATCH] IXSocket.h: add missing for macOS (#512) --- ixwebsocket/IXSocket.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ixwebsocket/IXSocket.h b/ixwebsocket/IXSocket.h index af8bda0b..cb6dca9b 100644 --- a/ixwebsocket/IXSocket.h +++ b/ixwebsocket/IXSocket.h @@ -13,6 +13,10 @@ #include #include +#ifdef __APPLE__ +#include +#endif + #ifdef _WIN32 #include #ifdef _MSC_VER