summaryrefslogtreecommitdiff
path: root/src/pgm_socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgm_socket.hpp')
-rw-r--r--src/pgm_socket.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp
index c8b6ac5..e6216de 100644
--- a/src/pgm_socket.hpp
+++ b/src/pgm_socket.hpp
@@ -31,6 +31,11 @@
#define __PGM_WININT_H__
#include <pgm/pgm.h>
+// TODO: OpenPGM redefines bool -- remove this once OpenPGM is fixed.
+#if defined bool
+#undef bool
+#endif
+
#include "options.hpp"
namespace zmq