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