From 7afc61ae7c4859fa1a6273e1964d378c00142746 Mon Sep 17 00:00:00 2001 From: malosek Date: Tue, 6 Oct 2009 12:57:24 +0200 Subject: 0MQ compilable on winXP mingw with --with-pgm2 option --- src/pgm_sender.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pgm_sender.hpp') diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp index 380e80b..1cebaa8 100644 --- a/src/pgm_sender.hpp +++ b/src/pgm_sender.hpp @@ -24,6 +24,10 @@ #if defined ZMQ_HAVE_OPENPGM +#ifdef ZMQ_HAVE_WINDOWS +#include "windows.hpp" +#endif + #include "stdint.hpp" #include "io_object.hpp" #include "i_engine.hpp" -- cgit v1.2.3