diff options
-rwxr-xr-x | collectstats.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectstats.pl b/collectstats.pl index ca97c0043..730b8c50f 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -38,6 +38,7 @@ use lib "."; use Bugzilla; use Bugzilla::Constants; +use Bugzilla::Error; use Bugzilla::Util; use Bugzilla::Search; use Bugzilla::User; |