Include process v1 headers for Boost version >= v1.88.0

This commit is contained in:
badaix 2025-06-06 21:52:26 +02:00 committed by Johannes Pohl
parent 8413357114
commit e617654e17
4 changed files with 8 additions and 4 deletions

View file

@ -24,9 +24,6 @@
#include "watchdog.hpp"
// 3rd party headers
#include <boost/asio/posix/stream_descriptor.hpp>
#include <boost/process/v1/child.hpp>
#include <boost/process/v1/pipe.hpp>
// standard headers
#include <memory>