2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

#include vector fixes.

This commit is contained in:
Klemens Morgenstern
2024-03-28 08:30:08 +08:00
parent 029ad735fe
commit 08e3549713
2 changed files with 5 additions and 0 deletions

View File

@@ -13,10 +13,13 @@
#include <boost/process/v2/detail/config.hpp>
#include <boost/process/v2/cstring_ref.hpp>
#include <boost/process/v2/detail/utf8.hpp>
#include <boost/type_traits.hpp>
#include <functional>
#include <memory>
#include <numeric>
#include <vector>
#if !defined(GENERATING_DOCUMENTATION)
#if defined(BOOST_PROCESS_V2_WINDOWS)

View File

@@ -9,6 +9,8 @@
#include <boost/process/v2/detail/config.hpp>
#include <boost/process/v2/detail/throw_error.hpp>
#include <vector>
BOOST_PROCESS_V2_BEGIN_NAMESPACE
#if defined(GENERATING_DOCUMENTATION)