mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
0MQ compilable on winXP mingw with --with-pgm2 option
This commit is contained in:
@@ -24,13 +24,19 @@
|
||||
|
||||
#if defined ZMQ_HAVE_OPENPGM
|
||||
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
#include <pgm/pgm.h>
|
||||
|
||||
#include "io_object.hpp"
|
||||
#include "i_engine.hpp"
|
||||
#include "options.hpp"
|
||||
#include "zmq_decoder.hpp"
|
||||
#include "pgm_socket.hpp"
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user