From cd0b86b1dc2df0cab993a97a8cef70b4ca79c93c Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 20 May 2020 00:31:26 +0200 Subject: [PATCH] WIP: fixed tests. --- src/db/db/dbRegionUtils.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/db/dbRegionUtils.cc b/src/db/db/dbRegionUtils.cc index f0ead2b95..6a4829fe0 100644 --- a/src/db/db/dbRegionUtils.cc +++ b/src/db/db/dbRegionUtils.cc @@ -402,6 +402,7 @@ region_to_text_interaction_filter_base::fill_output () // explicit instantiations template class region_to_text_interaction_filter_base; +template class region_to_text_interaction_filter_base; template class region_to_text_interaction_filter_base; template class region_to_text_interaction_filter_base;