From 2a2d37109086b9ccb7b0398c0d143eaea8740370 Mon Sep 17 00:00:00 2001
From: David Gustafsson <david.gustafsson@ub.gu.se>
Date: Wed, 3 Oct 2018 15:50:53 +0200
Subject: [PATCH] Bug 14957 - Add missing use in Biblio.pm

---
 C4/Biblio.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index 3889c06641..17bff5bc59 100644
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -48,6 +48,7 @@ use Koha::Holds;
 use Koha::ItemTypes;
 use Koha::SearchEngine;
 use Koha::Libraries;
+use Koha::MarcMergeRules;
 
 use vars qw(@ISA @EXPORT);
 use vars qw($debug $cgi_debug);
-- 
2.11.0