summaryrefslogtreecommitdiff
path: root/src/uuid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uuid.cpp')
-rw-r--r--src/uuid.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uuid.cpp b/src/uuid.cpp
index 7332f1f..5991bfb 100644
--- a/src/uuid.cpp
+++ b/src/uuid.cpp
@@ -75,7 +75,8 @@ const char *zmq::uuid_t::to_string ()
return string_buf;
}
-#elif defined ZMQ_HAVE_LINUX || defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_OSX
+#elif defined ZMQ_HAVE_LINUX || defined ZMQ_HAVE_SOLARIS ||\
+ defined ZMQ_HAVE_OSX || defined ZMQ_HAVE_CYGWIN
#include <uuid/uuid.h>