Merge pull request #2172 from jroweboy/fix-mingw

Fix mingw compilation support
This commit is contained in:
bunnei 2016-11-15 20:07:23 -05:00 committed by GitHub
commit fb13bfe693
5 changed files with 20 additions and 6 deletions

View file

@ -14,7 +14,7 @@
#include <numeric>
#include <fcntl.h>
#ifdef _MSC_VER
#ifdef _WIN32
#include <WinSock2.h>
#include <common/x64/abi.h>
#include <io.h>