diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e47a998..27c2050c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -622,7 +622,6 @@ set(tests test_timeo test_many_sockets test_diffserv - test_connect_rid ) if(NOT WIN32) list(APPEND tests diff --git a/tests/testutil.hpp b/tests/testutil.hpp index a91de782..7c070bfd 100644 --- a/tests/testutil.hpp +++ b/tests/testutil.hpp @@ -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