mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Fix build error in MSVC11
(and probably other MSVC versions)
This commit is contained in:
committed by
GitHub
parent
dc40c95c47
commit
38d7bec19e
@@ -31,7 +31,7 @@
|
|||||||
#define __ZMQ_FD_HPP_INCLUDED__
|
#define __ZMQ_FD_HPP_INCLUDED__
|
||||||
|
|
||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
#include <windows.hpp>
|
#include "windows.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace zmq
|
namespace zmq
|
||||||
|
|||||||
Reference in New Issue
Block a user