From d88a14ce02f3c6e4a24707d4c7b03e840917f906 Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 24 Jun 2013 06:14:38 +0000 Subject: [PATCH] add missing forward declaration git-svn-id: https://svn.dealii.org/trunk@29852 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/loop.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/include/deal.II/meshworker/loop.h b/deal.II/include/deal.II/meshworker/loop.h index 73b01b3475..e263a0ef36 100644 --- a/deal.II/include/deal.II/meshworker/loop.h +++ b/deal.II/include/deal.II/meshworker/loop.h @@ -28,6 +28,7 @@ DEAL_II_NAMESPACE_OPEN template class TriaActiveIterator; +template class FilteredIterator; namespace internal { -- 2.39.5