diff options
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-x | showdependencygraph.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index c4d371f45..30d7ebac1 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -32,6 +32,7 @@ use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; use Bugzilla::Bug; +use Bugzilla::Status; Bugzilla->login(); |