From 415b49ba0d7f4da49c446496c18c1102dd4db34b Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Mon, 26 Jan 2015 09:12:07 +0000 Subject: [PATCH] Fix Windows build --- tests/testutil.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testutil.hpp b/tests/testutil.hpp index 082e711c..1b7a7728 100644 --- a/tests/testutil.hpp +++ b/tests/testutil.hpp @@ -22,7 +22,7 @@ #include "../include/zmq.h" #include "../src/stdint.hpp" -#include "../src/platform.hpp" +#include "platform.hpp" // This defines the settle time used in tests; raise this if we // get test failures on slower systems due to binds/connects not