msg_store added to MSVC build

This commit is contained in:
Martin Sustrik 2010-06-26 20:11:40 +02:00
parent 1dda8a2aaa
commit ba91644fdb
2 changed files with 10 additions and 0 deletions

View File

@ -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 @@
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"
> >

View File

@ -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