protect properly against deleting users linked to virtual web sites
[freeside.git] / FS / FS / svc_acct.pm
index e97afe3..a566b81 100644 (file)
@@ -30,6 +30,8 @@ use FS::radius_usergroup;
 use FS::export_svc;
 use FS::part_export;
 use FS::Msgcat qw(gettext);
+use FS::svc_forward;
+use FS::svc_www;
 
 @ISA = qw( FS::svc_Common );