Skip to content

Commit 5911cfb

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

software/serialbridge/src/System.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include "System.h"
1010

1111

12+
#include <boost/asio/io_service.hpp>
13+
1214
const std::string System::ALL_INTERFACES = "all interfaces";
1315

1416
struct System_Private

0 commit comments

Comments
 (0)