diff options
Diffstat (limited to 'extensions/ProductDashboard')
-rw-r--r-- | extensions/ProductDashboard/lib/Queries.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/ProductDashboard/lib/Queries.pm b/extensions/ProductDashboard/lib/Queries.pm index b58298ea8..ec27d3c6c 100644 --- a/extensions/ProductDashboard/lib/Queries.pm +++ b/extensions/ProductDashboard/lib/Queries.pm @@ -30,6 +30,7 @@ use base qw(Exporter); ); use Bugzilla::CGI; +use Bugzilla::Error; use Bugzilla::User; use Bugzilla::Util; use Bugzilla::Component; |