--- DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.h.orig 2025-04-02 18:10:46 UTC +++ DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.h @@ -45,7 +45,7 @@ #include #include -#include +#include namespace TI { @@ -74,7 +74,7 @@ namespace TI private: std::vector inputBuffer; - boost::asio::io_service* ioService; + boost::asio::io_context* ioService; boost::asio::serial_port* port; boost::asio::deadline_timer* timer; ComState comState;