0
0
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:
Jose Luis Blanco-Claraco 2016-06-10 00:42:43 +02:00 committed by GitHub
parent dc40c95c47
commit 38d7bec19e

View File

@ -31,7 +31,7 @@
#define __ZMQ_FD_HPP_INCLUDED__
#if defined _WIN32
#include <windows.hpp>
#include "windows.hpp"
#endif
namespace zmq