From: Wolfgang Bangerth Date: Tue, 22 May 2012 10:16:18 +0000 (+0000) Subject: Make it compile again in the case of using the distributed functionality. X-Git-Tag: v8.0.0~2588 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563b68474ab2681d6fbdb023b297839e7b126bab;p=dealii.git Make it compile again in the case of using the distributed functionality. git-svn-id: https://svn.dealii.org/trunk@25535 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/tria_accessor.templates.h b/deal.II/include/deal.II/grid/tria_accessor.templates.h index b25d723780..801a098e0b 100644 --- a/deal.II/include/deal.II/grid/tria_accessor.templates.h +++ b/deal.II/include/deal.II/grid/tria_accessor.templates.h @@ -28,6 +28,14 @@ DEAL_II_NAMESPACE_OPEN +namespace parallel +{ + namespace distributed + { + template class Triangulation; + } +} + /*------------------------ Functions: TriaAccessorBase ---------------------------*/