diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-10-08 22:06:41 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-10-08 22:06:41 +0200 |
commit | 214b56077a7e5d12813c8034013171d33283566c (patch) | |
tree | 233d383b265e6fb0be9091c19faa64bae8ac87d6 /src | |
parent | daf5d3273b1930af7e4c54ee597b89ecb3763000 (diff) |
Fix missing platform.hpp in zmq_connecter.cpp
Missed testing on Win32
Signed-off-by: Martin Lucina <mato@kotelna.sk>
Diffstat (limited to 'src')
-rw-r--r-- | src/zmq_connecter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq_connecter.cpp b/src/zmq_connecter.cpp index a36c671..46ac8b5 100644 --- a/src/zmq_connecter.cpp +++ b/src/zmq_connecter.cpp @@ -19,6 +19,7 @@ #include <new> +#include "platform.hpp" #if defined ZMQ_HAVE_WINDOWS #include "windows.hpp" #else |