mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Fix missing platform.hpp in zmq_connecter.cpp
Missed testing on Win32 Signed-off-by: Martin Lucina <mato@kotelna.sk>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user