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

include fix for v2/environment.hpp.

This commit is contained in:
Klemens Morgenstern
2023-06-13 20:36:34 +08:00
committed by Klemens Morgenstern
parent 70c7ae694f
commit bccf42a3ec

View File

@@ -13,6 +13,7 @@
#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>