From 3a91332a70abfc777a352c46727f54426c982371 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 20 Dec 2013 01:34:09 -0800 Subject: A few more Win32 / VisualStudio fixes. --- includes/Socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/Socket.h') diff --git a/includes/Socket.h b/includes/Socket.h index cfa8218..22bf972 100644 --- a/includes/Socket.h +++ b/includes/Socket.h @@ -1,7 +1,9 @@ #pragma once #ifdef _WIN32 +#ifndef _MSC_VER #include +#endif #include #include #else -- cgit v1.2.3