summaryrefslogtreecommitdiff
path: root/src/pgm_sender.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgm_sender.hpp')
-rw-r--r--src/pgm_sender.hpp4
1 files changed, 4 insertions, 0 deletions
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"