From: kanschat Date: Mon, 24 Jun 2013 06:14:38 +0000 (+0000) Subject: add missing forward declaration X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88a14ce02f3c6e4a24707d4c7b03e840917f906;p=dealii-svn.git add missing forward declaration git-svn-id: https://svn.dealii.org/trunk@29852 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 {