From: Llewellyn Marshall Date: Thu, 18 Jun 2020 16:53:42 +0000 (-0400) Subject: fixed missing include X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4a2f97610c84d63bbcf9ac8482d0b4c082026c87;p=working%2FEvergreen.git fixed missing include (cherry picked from commit 47f5fb34000f5cf98b6cd7dc3fa17e5463c62f4a) --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Reporter.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Reporter.pm index 630db3bde0..22a77fc5ca 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Reporter.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Reporter.pm @@ -6,6 +6,7 @@ use OpenSRF::Utils::Logger qw/$logger/; use OpenILS::Utils::CStoreEditor qw/:funcs/; use OpenILS::Utils::Fieldmapper; use OpenILS::Application::AppUtils; +use OpenILS::Reporter::SQLBuilder; my $U = "OpenILS::Application::AppUtils";