Changeset 186:48a9973a8bde in finroc_plugins_tcp


Ignore:
Timestamp:
05.05.2020 00:09:42 (4 years ago)
Author:
Max Reichardt <mreichardt@…>
Branch:
14.08
Phase:
public
Message:

Adds missing includes with newer boost versions (such as 1.71)

Location:
internal
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • internal/tPeerImplementation.h

    r164 r186  
    4343#include <boost/asio/ip/tcp.hpp> 
    4444#include <boost/asio/deadline_timer.hpp> 
     45#include <boost/asio/io_service.hpp> 
    4546#include "rrlib/thread/tThread.h" 
    4647#include "core/tFrameworkElement.h" 
  • internal/tRemotePart.h

    r149 r186  
    4141// External includes (system with <>, local with "") 
    4242//---------------------------------------------------------------------- 
     43#include <boost/asio/io_service.hpp> 
    4344#include "core/tFrameworkElement.h" 
    4445#include "plugins/data_ports/tPullRequestHandler.h" 
  • internal/util.cpp

    r165 r186  
    3434//---------------------------------------------------------------------- 
    3535#include <boost/algorithm/string.hpp> 
     36#include <boost/asio/io_service.hpp> 
    3637 
    3738//---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.