Skip to content

Commit

Permalink
explicitly include chrono for monitor test
Browse files Browse the repository at this point in the history
  • Loading branch information
dietelTiMaMi committed Aug 28, 2023
1 parent d8ab66a commit be5206f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <chrono>

using namespace std::literals::chrono_literals;

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

0 comments on commit be5206f

Please sign in to comment.