Skip to content

Commit 142ef91

Browse files
author
Falk Schilling
committed
[SW] fix build for older boost version
1 parent 5911cfb commit 142ef91

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
@@ -21,7 +21,7 @@ System::m_private;
2121

2222

2323

24-
boost::asio::io_context& System::IOService()
24+
boost::asio::io_service & System::IOService()
2525
{
2626
return m_private.ioService;
2727
}

0 commit comments

Comments
 (0)