]> git.proxmox.com Git - pve-guest-common.git/commitdiff
PVE/AbstractConfig.pm - include missing classes
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 04:13:39 +0000 (06:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 04:13:39 +0000 (06:13 +0200)
PVE/AbstractConfig.pm

index f4c8c4e5efa5e85d7b34754ce9a23c05c0f3019f..1e82e77471ac51dfa8b83e26ca16db28eeb5b175 100644 (file)
@@ -8,6 +8,9 @@ use PVE::INotify;
 use PVE::Cluster;
 use PVE::Storage;
 
+use PVE::ReplicationConfig;
+use PVE::Replication;
+
 my $nodename = PVE::INotify::nodename();
 
 # Printable string, currently either "VM" or "CT"