Commit 4a8dd1e4 authored by Martin Sustrik's avatar Martin Sustrik

MSVC build fixed

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent b01a8e17
...@@ -294,6 +294,10 @@ ...@@ -294,6 +294,10 @@
RelativePath="..\..\..\src\ip.cpp" RelativePath="..\..\..\src\ip.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\ipc_address.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\ipc_connecter.cpp" RelativePath="..\..\..\src\ipc_connecter.cpp"
> >
...@@ -552,6 +556,10 @@ ...@@ -552,6 +556,10 @@
RelativePath="..\..\..\src\ip.hpp" RelativePath="..\..\..\src\ip.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\ipc_address.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\ipc_connecter.hpp" RelativePath="..\..\..\src\ipc_connecter.hpp"
> >
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "ipc_address.hpp" #include "ipc_address.hpp"
#if !defined ZMQ_HAVE_WINDOWS || !defined ZMQ_HAVE_OPENVMS #if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS
#include "err.hpp" #include "err.hpp"
......
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