Skip to content

Commit 0e8c402

Browse files
authored
Merge pull request #215 from panicgh/fix-tests-boost184
Fix tests for boost >= 1.84.0
2 parents 2c1adac + 1901e42 commit 0e8c402

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

test/cpp20/socket/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include <boost/asio/awaitable.hpp>
1515
#include <boost/asio/use_awaitable.hpp>
1616

17+
#include <boost/current_function.hpp>
18+
1719
#include <coroutine>
1820
#include <array>
1921
#include <string>

test/socket/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <boost/algorithm/string/split.hpp>
1414
#include <boost/algorithm/string/classification.hpp>
1515
#include <boost/asio/buffer.hpp>
16+
#include <boost/current_function.hpp>
1617

1718
#if BOOST_VERSION >= 107000
1819
#include <boost/asio/use_future.hpp>

test/socket_ops/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <azmq/detail/socket_ops.hpp>
33

44
#include <boost/asio/buffer.hpp>
5+
#include <boost/current_function.hpp>
56

67
#include <array>
78
#include <chrono>

0 commit comments

Comments
 (0)