[pve-devel] [PATCH ha-manager v3 1/6] add missing use clause in CT resource class

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Sep 14 11:29:40 CEST 2016


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 src/PVE/HA/Resources/PVECT.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/PVE/HA/Resources/PVECT.pm b/src/PVE/HA/Resources/PVECT.pm
index 0b44c70..b6ebe2f 100644
--- a/src/PVE/HA/Resources/PVECT.pm
+++ b/src/PVE/HA/Resources/PVECT.pm
@@ -6,6 +6,7 @@ use warnings;
 use PVE::HA::Tools;
 
 use PVE::LXC;
+use PVE::LXC::Config;
 use PVE::API2::LXC;
 use PVE::API2::LXC::Status;
 
-- 
2.1.4





More information about the pve-devel mailing list