From 7270d4de653e3cbd8486c1f74be2e8d5a33103d3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 6 Feb 2016 23:31:56 +1100 Subject: [PATCH] windows.hpp needs to be included before zmq.h windows.hpp must be included first due to increases _WIN32_WINNT version --- tests/test_timers.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_timers.cpp b/tests/test_timers.cpp index 00e31f51..5125dbb6 100644 --- a/tests/test_timers.cpp +++ b/tests/test_timers.cpp @@ -28,7 +28,6 @@ */ #include "macros.hpp" -#include "testutil.hpp" #if defined ZMQ_HAVE_WINDOWS #include "windows.hpp" @@ -36,6 +35,8 @@ #include #endif +#include "testutil.hpp" + void sleep_ (long timeout_) { #if defined ZMQ_HAVE_WINDOWS