From cf7827ceab414feb42200491129fe4c10e586388 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 16 Nov 2017 18:45:18 -0600 Subject: [PATCH] quiet mingw include order warning #warning Please include winsock2.h before windows.h --- src/factory/ChannelAccessFactory.cpp | 1 + src/remoteClient/clientContextImpl.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/factory/ChannelAccessFactory.cpp b/src/factory/ChannelAccessFactory.cpp index 4b5ca16..0842c3f 100644 --- a/src/factory/ChannelAccessFactory.cpp +++ b/src/factory/ChannelAccessFactory.cpp @@ -7,6 +7,7 @@ #include #include +#include #include #include diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index cbe6dd5..3d75691 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -10,6 +10,7 @@ #include #include +#include #include #include #include