From 7d672d3ab8c74371b58b293f807db74760b18155 Mon Sep 17 00:00:00 2001 From: malosek Date: Tue, 3 Nov 2009 14:06:25 +0100 Subject: minor fixes for MSVC++ 2005 build --- src/app_thread.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app_thread.cpp') diff --git a/src/app_thread.cpp b/src/app_thread.cpp index d12b126..fbda335 100644 --- a/src/app_thread.cpp +++ b/src/app_thread.cpp @@ -25,6 +25,9 @@ #if defined ZMQ_HAVE_WINDOWS #include "windows.hpp" +#if defined _MSC_VER +#include +#endif #else #include #endif -- cgit v1.2.3