From 835523f77bd0c75233f272ef042c62abac255e58 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 19 Aug 2019 22:19:39 -0700 Subject: [PATCH] fix #101 / wrong include in IXSocket.cpp on Windows --- ixwebsocket/IXNetSystem.h | 1 + ixwebsocket/IXSocket.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ixwebsocket/IXNetSystem.h b/ixwebsocket/IXNetSystem.h index 52b785a4..10f753fb 100644 --- a/ixwebsocket/IXNetSystem.h +++ b/ixwebsocket/IXNetSystem.h @@ -22,6 +22,7 @@ #include #include #include +#include #endif namespace ix diff --git a/ixwebsocket/IXSocket.cpp b/ixwebsocket/IXSocket.cpp index 27bd8128..dc1f5aa6 100644 --- a/ixwebsocket/IXSocket.cpp +++ b/ixwebsocket/IXSocket.cpp @@ -17,7 +17,6 @@ #include #include #include -#include #include