Merge pull request #2032 from jlblancoc/patch-1

Fix build error in MSVC11
This commit is contained in:
Luca Boccassi 2016-06-10 00:51:49 +02:00 committed by GitHub
commit 4ea6df43bd

View File

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