Commit 0e94ddf3 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #842 from ipechorin/master

Fix compilation of tests on MSVC 2008
parents aaeae8de ebb51d79
......@@ -622,7 +622,6 @@ set(tests
test_timeo
test_many_sockets
test_diffserv
test_connect_rid
)
if(NOT WIN32)
list(APPEND tests
......
......@@ -22,6 +22,7 @@
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
#include "../src/stdint.hpp"
#include "platform.hpp"
// This defines the settle time used in tests; raise this if we
......
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