diff options
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reports.cgi b/reports.cgi index 0be2ab64b..065e6d73a 100755 --- a/reports.cgi +++ b/reports.cgi @@ -43,6 +43,7 @@ use Bugzilla; use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; +use Bugzilla::Bug; eval "use GD"; $@ && ThrowCodeError("gd_not_installed"); |