From 1d7a07d9192fdb6c72f4aa5aa09508376bcdd686 Mon Sep 17 00:00:00 2001 From: Ivan Pechorin Date: Mon, 20 Jan 2014 20:55:32 +1300 Subject: [PATCH] Fix compilation of tests on MSVC 2008 --- tests/testutil.hpp | 1 + 1 file changed, 1 insertion(+) 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