add missing use line

This commit is contained in:
Colin Kuskie 2007-05-30 21:31:11 +00:00
parent a7504f380a
commit 016b8a72b8

View file

@ -18,6 +18,7 @@ package WebGUI::Workflow::Instance;
use strict;
use JSON;
use WebGUI::Workflow::Spectre;
use WebGUI::Workflow;
=head1 NAME