Commit ba91644f authored by Martin Sustrik's avatar Martin Sustrik

msg_store added to MSVC build

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