From 16594884da1c20c60fa1211c76939696547c02b5 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 20 Dec 2013 19:04:23 -0800 Subject: Sockets are now working properly under MSVC. I guess I broke mingw32 though, but we'll fix this later. --- includes/Selectable.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/Selectable.h') diff --git a/includes/Selectable.h b/includes/Selectable.h index 0cfae0c..b3b5b8c 100644 --- a/includes/Selectable.h +++ b/includes/Selectable.h @@ -1,4 +1,7 @@ #pragma once +#ifdef _WIN32 +#include +#endif #include #include -- cgit v1.2.3