mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Merge pull request #2032 from jlblancoc/patch-1
Fix build error in MSVC11
This commit is contained in:
commit
4ea6df43bd
@ -31,7 +31,7 @@
|
||||
#define __ZMQ_FD_HPP_INCLUDED__
|
||||
|
||||
#if defined _WIN32
|
||||
#include <windows.hpp>
|
||||
#include "windows.hpp"
|
||||
#endif
|
||||
|
||||
namespace zmq
|
||||
|
Loading…
Reference in New Issue
Block a user