2
0
mirror of https://github.com/boostorg/process.git synced 2026-02-01 20:52:12 +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

@@ -5,6 +5,11 @@
//
#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/default_launcher.hpp>
#include <boost/process/v2/environment.hpp>