0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 23:51:04 +08:00

Merge pull request #842 from ipechorin/master

Fix compilation of tests on MSVC 2008
This commit is contained in:
Pieter Hintjens 2014-01-20 03:40:46 -08:00
commit 0e94ddf377
2 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,6 @@ set(tests
test_timeo test_timeo
test_many_sockets test_many_sockets
test_diffserv test_diffserv
test_connect_rid
) )
if(NOT WIN32) if(NOT WIN32)
list(APPEND tests list(APPEND tests

View File

@ -22,6 +22,7 @@
#include "../include/zmq.h" #include "../include/zmq.h"
#include "../include/zmq_utils.h" #include "../include/zmq_utils.h"
#include "../src/stdint.hpp"
#include "platform.hpp" #include "platform.hpp"
// This defines the settle time used in tests; raise this if we // This defines the settle time used in tests; raise this if we