aboutsummaryrefslogtreecommitdiff
path: root/host/commands/run_cvd/boot_state_machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/run_cvd/boot_state_machine.h')
-rw-r--r--host/commands/run_cvd/boot_state_machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/commands/run_cvd/boot_state_machine.h b/host/commands/run_cvd/boot_state_machine.h
index 04de24801..4b742ac4a 100644
--- a/host/commands/run_cvd/boot_state_machine.h
+++ b/host/commands/run_cvd/boot_state_machine.h
@@ -24,6 +24,7 @@ namespace cuttlefish {
fruit::Component<fruit::Required<const CuttlefishConfig, KernelLogPipeProvider,
const CuttlefishConfig::InstanceSpecific,
+ const vm_manager::VmManager,
AutoSetup<ValidateTapDevices>::Type>>
bootStateMachineComponent();