From 4a2f97610c84d63bbcf9ac8482d0b4c082026c87 Mon Sep 17 00:00:00 2001 From: Llewellyn Marshall Date: Thu, 18 Jun 2020 12:53:42 -0400 Subject: [PATCH] fixed missing include (cherry picked from commit 47f5fb34000f5cf98b6cd7dc3fa17e5463c62f4a) --- Open-ILS/src/perlmods/lib/OpenILS/Application/Reporter.pm | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.11.0