2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-24 06:02:13 +00:00

added WinSock.h include workarounds.

This commit is contained in:
Klemens Morgenstern
2024-07-03 16:36:31 +08:00
parent c342762484
commit 2b436127ee
9 changed files with 47 additions and 0 deletions

View File

@@ -4,6 +4,12 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/process/v2/detail/config.hpp>
#if defined(BOOST_PROCESS_V2_WINDOWS)
#include <boost/asio/windows/basic_object_handle.hpp>
#endif
#include <boost/process/v2/error.hpp>
#include <boost/process/v2/exit_code.hpp>