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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user