diff --git a/sbin/preload.perl b/sbin/preload.perl index a41227518..6e6e185fe 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -58,7 +58,8 @@ use Tie::IxHash (); use WebGUI (); use WebGUI::Attachment (); use WebGUI::Authentication (); -use WebGUI::Cache; +use WebGUI::Cache (); +use WebGUI::Collateral (); use WebGUI::DateTime (); #use WebGUI::Discussion (); # compile problems when this is included use WebGUI::ErrorHandler ();