From 2664549916e377bbe82185a2cc38025b906aed3b Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sat, 18 Mar 2017 23:49:09 +0100 Subject: Prevent MSVC build issue after clang-format includes reorder --- drivers/unix/ip_unix.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'drivers/unix/ip_unix.cpp') diff --git a/drivers/unix/ip_unix.cpp b/drivers/unix/ip_unix.cpp index df2b024b4..37aba7bbf 100644 --- a/drivers/unix/ip_unix.cpp +++ b/drivers/unix/ip_unix.cpp @@ -33,10 +33,11 @@ #include #ifdef WINDOWS_ENABLED - #include + #include #include + // Needs to be included after winsock2.h #include - #include + #include #ifndef WINRT_ENABLED #if defined(__MINGW32__ ) && (!defined(__MINGW64_VERSION_MAJOR) || __MINGW64_VERSION_MAJOR < 4) // MinGW-w64 on Ubuntu 12.04 (our Travis build env) has bugs in this code where -- cgit v1.2.3-70-g09d2