17 lines
497 B
C++
17 lines
497 B
C++
//
|
|
// Copyright (c) 2023 Klemens Morgenstern (klemens.morgenstern@gmx.net)
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
|
|
#ifndef BOOST_PROCESS_V2_EXT_HPP
|
|
#define BOOST_PROCESS_V2_EXT_HPP
|
|
|
|
#include <boost/process/v2/ext/cmd.hpp>
|
|
#include <boost/process/v2/ext/cwd.hpp>
|
|
#include <boost/process/v2/ext/env.hpp>
|
|
#include <boost/process/v2/ext/exe.hpp>
|
|
|
|
#endif //BOOST_PROCESS_V2_EXT_HPP
|