From bb1be240ec6cd87f1172309f9d4a1dedd4d0057c Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 29 May 2020 16:53:57 -0700 Subject: [PATCH] fix linux compile failure --- ixwebsocket/IXHttpServer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ixwebsocket/IXHttpServer.cpp b/ixwebsocket/IXHttpServer.cpp index bda1e5c4..78378b06 100644 --- a/ixwebsocket/IXHttpServer.cpp +++ b/ixwebsocket/IXHttpServer.cpp @@ -13,6 +13,7 @@ #include #include #include +#include namespace {