zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 195 forks source link

This change eliminates the inclusion of "netinet/in.h" on Windows #179

Closed boinst closed 7 years ago

boinst commented 7 years ago

This change eliminates the inclusion of "netinet/in.h" on Windows, which does not exist on that platform. The inclusion of that file breaks Windows builds. I did not need to include "winsock2.h" to get a successful build.