Skip to content

Commit be5206f

Browse files
committed
explicitly include chrono for monitor test
1 parent d8ab66a commit be5206f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/monitor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ TEST_CASE("monitor from move assigned socket", "[monitor]")
154154
#if defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_CPP11) \
155155
&& !defined(ZMQ_CPP11_PARTIAL) && defined(ZMQ_HAVE_POLLER)
156156
#include "zmq_addon.hpp"
157+
#include <chrono>
158+
157159
using namespace std::literals::chrono_literals;
158160

159161
TEST_CASE("poll monitor events using active poller", "[monitor]")

0 commit comments

Comments
 (0)