]> git.proxmox.com Git - qemu-server.git/commitdiff
add missing import
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Feb 2024 10:18:26 +0000 (11:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 10 Mar 2024 15:00:43 +0000 (16:00 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/QemuServer.pm

index f9099dc698389baef0356d55918b4332af215afa..68142fd4374a5d19d5eb1640e1033df092393386 100644 (file)
@@ -34,6 +34,7 @@ use PVE::DataCenterConfig;
 use PVE::Exception qw(raise raise_param_exc);
 use PVE::Format qw(render_duration render_bytes);
 use PVE::GuestHelpers qw(safe_string_ne safe_num_ne safe_boolean_ne);
+use PVE::HA::Config;
 use PVE::Mapping::PCI;
 use PVE::Mapping::USB;
 use PVE::INotify;