From 14f17b497a922d32a4f1c57f6814317f6787cf3d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 13 Jun 2017 06:13:39 +0200 Subject: [PATCH] PVE/AbstractConfig.pm - include missing classes --- PVE/AbstractConfig.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/AbstractConfig.pm b/PVE/AbstractConfig.pm index f4c8c4e..1e82e77 100644 --- a/PVE/AbstractConfig.pm +++ b/PVE/AbstractConfig.pm @@ -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"