Skip to content

Commit 9a08010

Browse files
author
Falk Schilling
committed
[SW] fix build for older boost version
1 parent 700fc2c commit 9a08010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/serialbridge/src/System.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const std::string System::ALL_INTERFACES = "all interfaces";
1313

1414
struct System_Private
1515
{
16-
boost::asio::io_context ioService;
16+
boost::asio::io_service ioService;
1717
}
1818
System::m_private;
1919

0 commit comments

Comments
 (0)