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_receiver.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/pgm_receiver.hpp') diff --git a/src/pgm_receiver.hpp b/src/pgm_receiver.hpp index b573081..f92f1c5 100644 --- a/src/pgm_receiver.hpp +++ b/src/pgm_receiver.hpp @@ -24,13 +24,19 @@ #if defined ZMQ_HAVE_OPENPGM +#ifdef ZMQ_HAVE_WINDOWS +#include "windows.hpp" +#endif + +#include +#include + #include "io_object.hpp" #include "i_engine.hpp" #include "options.hpp" #include "zmq_decoder.hpp" #include "pgm_socket.hpp" -#include namespace zmq { -- cgit v1.2.3