From be5206f3c7f02a62f2712e7b5202642c3a43defc Mon Sep 17 00:00:00 2001 From: Stefan Dietel Date: Mon, 28 Aug 2023 08:38:17 +0200 Subject: [PATCH] explicitly include chrono for monitor test --- tests/monitor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/monitor.cpp b/tests/monitor.cpp index aefcf91..3ed2143 100644 --- a/tests/monitor.cpp +++ b/tests/monitor.cpp @@ -154,6 +154,8 @@ TEST_CASE("monitor from move assigned socket", "[monitor]") #if defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_CPP11) \ && !defined(ZMQ_CPP11_PARTIAL) && defined(ZMQ_HAVE_POLLER) #include "zmq_addon.hpp" +#include + using namespace std::literals::chrono_literals; TEST_CASE("poll monitor events using active poller", "[monitor]")