Signed-off-by: Fiona Ebner <[email protected]>
---

New in v2.

 src/PVE/CLI/pct.pm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/PVE/CLI/pct.pm b/src/PVE/CLI/pct.pm
index e2f3c90..df8f4c3 100755
--- a/src/PVE/CLI/pct.pm
+++ b/src/PVE/CLI/pct.pm
@@ -7,6 +7,7 @@ use Fcntl;
 use File::Copy 'copy';
 use POSIX;
 
+use PVE::APIClient::LWP;
 use PVE::CLIHandler;
 use PVE::Cluster;
 use PVE::CpuSet;
@@ -14,11 +15,15 @@ use PVE::Exception qw(raise_param_exc);
 use PVE::GuestHelpers;
 use PVE::INotify;
 use PVE::JSONSchema qw(get_standard_option);
-use PVE::LXC::CGroup;
 use PVE::RPCEnvironment;
 use PVE::SafeSyslog;
+use PVE::Storage;
 use PVE::Tools qw(extract_param);
 
+use PVE::LXC;
+use PVE::LXC::Config;
+use PVE::LXC::CGroup;
+
 use PVE::API2::LXC::Config;
 use PVE::API2::LXC::Snapshot;
 use PVE::API2::LXC::Status;
-- 
2.47.3




Reply via email to