#pragma once #include class HoldManager; struct Context { std::shared_ptr hold_manager; };