Commit ba91644f authored by Martin Sustrik's avatar Martin Sustrik

msg_store added to MSVC build

parent 1dda8a2a
......@@ -225,6 +225,10 @@
RelativePath="..\..\..\src\lb.cpp"
>
</File>
<File
RelativePath="..\..\..\src\msg_store.cpp"
>
</File>
<File
RelativePath="..\..\..\src\object.cpp"
>
......@@ -471,6 +475,10 @@
RelativePath="..\..\..\src\msg_content.hpp"
>
</File>
<File
RelativePath="..\..\..\src\msg_store.hpp"
>
</File>
<File
RelativePath="..\..\..\src\mutex.hpp"
>
......
......@@ -26,6 +26,8 @@
#include <sstream>
#include <algorithm>
#include "platform.hpp"
#ifdef ZMQ_HAVE_WINDOWS
#include <io.h>
#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