Commit 4ea6df43 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2032 from jlblancoc/patch-1

Fix build error in MSVC11
parents dc40c95c 38d7bec1
......@@ -31,7 +31,7 @@
#define __ZMQ_FD_HPP_INCLUDED__
#if defined _WIN32
#include <windows.hpp>
#include "windows.hpp"
#endif
namespace zmq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment