Commit 38d7bec1 authored by Jose Luis Blanco-Claraco's avatar Jose Luis Blanco-Claraco Committed by GitHub

Fix build error in MSVC11

(and probably other MSVC versions)
parent dc40c95c
...@@ -31,7 +31,7 @@ ...@@ -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
......
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