From: Wolfgang Bangerth Date: Mon, 7 Mar 2016 13:32:22 +0000 (-0600) Subject: Provide necessary #include file and properly qualify name. X-Git-Tag: v8.5.0-rc1~1238^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f396f58430e0516e30a8f3b1d3cf4e1ba89680ef;p=dealii.git Provide necessary #include file and properly qualify name. --- diff --git a/include/deal.II/meshworker/loop.h b/include/deal.II/meshworker/loop.h index f05cc9fec6..8afdd4e50e 100644 --- a/include/deal.II/meshworker/loop.h +++ b/include/deal.II/meshworker/loop.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2006 - 2015 by the deal.II authors +// Copyright (C) 2006 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include @@ -32,7 +33,6 @@ DEAL_II_NAMESPACE_OPEN template class TriaActiveIterator; -template class FilteredIterator; namespace internal { @@ -52,7 +52,7 @@ namespace internal } template - inline bool is_active_iterator(const FilteredIterator > &) + inline bool is_active_iterator(const dealii::FilteredIterator > &) { return true; }