From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc2d48f06a2bdb02ecd2599ac93b9e0b2b32ade;p=dealii-svn.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 ---------------------------*/