From 79a3d07c8587e840548791efc314b0184c584881 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 29 Jun 2010 07:45:11 +0200 Subject: MSVC build fixed --- src/msg_store.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/msg_store.cpp b/src/msg_store.cpp index 1a5f965..aaf6dbe 100644 --- a/src/msg_store.cpp +++ b/src/msg_store.cpp @@ -17,6 +17,15 @@ along with this program. If not, see . */ +#include "platform.hpp" + +#ifdef ZMQ_HAVE_WINDOWS +#include "windows.hpp" +#include +#else +#include +#endif + #include "../include/zmq.h" #include @@ -26,14 +35,6 @@ #include #include -#include "platform.hpp" - -#ifdef ZMQ_HAVE_WINDOWS -#include -#else -#include -#endif - #include "atomic_counter.hpp" #include "msg_store.hpp" #include "err.hpp" -- cgit v1.2.3