summaryrefslogtreecommitdiff
path: root/src/zmq.cpp
diff options
context:
space:
mode:
authorSteven McCoy <steven.mccoy@miru.hk>2010-10-23 14:35:02 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-10-23 14:35:02 +0200
commit8d6979922efff7183ce03b49715472e5b2a6a1df (patch)
tree07383203f42d7ee483901794699e622e972f71cf /src/zmq.cpp
parentda59f8dd7a7f275eff98e5705767ac89ac503912 (diff)
Changes for MSVC OpenPGM build.
Signed-off-by: Steven McCoy <steven.mccoy@miru.hk>
Diffstat (limited to 'src/zmq.cpp')
-rw-r--r--src/zmq.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp
index c3aca6a..a99aeb5 100644
--- a/src/zmq.cpp
+++ b/src/zmq.cpp
@@ -51,6 +51,7 @@
#endif
#if defined ZMQ_HAVE_OPENPGM
+#define __PGM_WININT_H__
#include <pgm/pgm.h>
#endif