Commit 214b5607 authored by Martin Lucina's avatar Martin Lucina

Fix missing platform.hpp in zmq_connecter.cpp

Missed testing on Win32
Signed-off-by: 's avatarMartin Lucina <mato@kotelna.sk>
parent daf5d327
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <new> #include <new>
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS #if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp" #include "windows.hpp"
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment