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

handle_info include fix for handles.hpp.

This commit is contained in:
Klemens Morgenstern
2023-02-22 12:26:31 +08:00
parent 1e614ee43e
commit 99633a6e42

View File

@@ -12,6 +12,7 @@
#include <boost/process/detail/windows/handler.hpp>
#include <boost/winapi/get_current_process_id.hpp>
#include <boost/winapi/handles.hpp>
#include <boost/winapi/handle_info.hpp>
namespace boost { namespace process { namespace detail {