Signed-off-by: Fiona Ebner <[email protected]> --- src/PVE/AbstractConfig.pm | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/PVE/AbstractConfig.pm b/src/PVE/AbstractConfig.pm index 7a4abbd..d403021 100644 --- a/src/PVE/AbstractConfig.pm +++ b/src/PVE/AbstractConfig.pm @@ -5,6 +5,7 @@ use warnings; use PVE::Cluster; use PVE::INotify; +use PVE::JSONSchema; use PVE::Storage; use PVE::Tools qw(lock_file lock_file_full); -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
