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__ #define __ZMQ_FD_HPP_INCLUDED__
#if defined _WIN32 #if defined _WIN32
#include <windows.hpp> #include "windows.hpp"
#endif #endif
namespace zmq namespace zmq