#ifndef LIBREPOMGR_SUB_PROCESS_FWD_H #define LIBREPOMGR_SUB_PROCESS_FWD_H #include namespace boost { namespace process { class child; } } // namespace boost namespace LibRepoMgr { struct ProcessResult; using ProcessHandler = std::function; class BaseProcessSession; class BasicProcessSession; class ProcessSession; } // namespace LibRepoMgr #endif // LIBREPOMGR_SUB_PROCESS_FWD_H