From: Chris Tallon Date: Wed, 23 Oct 2019 16:48:23 +0000 (+0100) Subject: Add Winsock2.h to tcp.cc for Windows X-Git-Tag: 0-5-1~5 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=217fcd08e77710b79bc9bd3cd85bd021b3fe40df;p=vompclient.git Add Winsock2.h to tcp.cc for Windows --- diff --git a/tcp.cc b/tcp.cc index f5c8e5b..19bfc37 100644 --- a/tcp.cc +++ b/tcp.cc @@ -20,6 +20,7 @@ */ #ifdef WIN32 +#include #include #else #include