summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-06-26 20:11:40 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-06-26 20:11:40 +0200
commitba91644fdb48cec97edc6965c4ca7ab564a3513f (patch)
tree034f8273c2ecab679e4fd84e6b66a18f19826e26 /src
parent1dda8a2aaabd3b7705b0ecd67d6d9737d1978946 (diff)
msg_store added to MSVC build
Diffstat (limited to 'src')
-rw-r--r--src/msg_store.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msg_store.cpp b/src/msg_store.cpp
index f023d96..1a5f965 100644
--- a/src/msg_store.cpp
+++ b/src/msg_store.cpp
@@ -26,6 +26,8 @@
#include <sstream>
#include <algorithm>
+#include "platform.hpp"
+
#ifdef ZMQ_HAVE_WINDOWS
#include <io.h>
#else