Minor fix in devpoll.hpp

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2010-10-15 11:31:20 +02:00
parent 17b0785744
commit 7b9e39724e

View File

@@ -22,7 +22,7 @@
#include "platform.hpp"
#if defined ZMQ_HAVE_SOLARIS || ZMQ_HAVE_HPUX
#if defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_HPUX
#include <vector>