#ifndef LIBREPOMGR_BUILD_ACTION_FWD_H #define LIBREPOMGR_BUILD_ACTION_FWD_H #include #include namespace LibRepoMgr { struct BuildAction; using BuildActionIdType = std::vector>::size_type; // build actions are stored in a vector and the ID is used as index } // namespace LibRepoMgr #endif // LIBREPOMGR_BUILD_ACTION_FWD_H