From 38d7bec19edcea1ae1365d38dc9f09ec98dedc55 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Fri, 10 Jun 2016 00:42:43 +0200 Subject: [PATCH] Fix build error in MSVC11 (and probably other MSVC versions) --- src/fd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fd.hpp b/src/fd.hpp index b7f7ad6a..5b3afe85 100644 --- a/src/fd.hpp +++ b/src/fd.hpp @@ -31,7 +31,7 @@ #define __ZMQ_FD_HPP_INCLUDED__ #if defined _WIN32 -#include +#include "windows.hpp" #endif namespace zmq