From: heister Date: Mon, 19 May 2014 12:50:38 +0000 (+0000) Subject: sharedtria: fix compilation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c58b2e54804d04ad4533cb74c7ff612965228a1;p=dealii-svn.git sharedtria: fix compilation git-svn-id: https://svn.dealii.org/branches/branch_sharedtria@32935 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index 22f070c7d2..4f7ed994fd 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -157,6 +157,12 @@ namespace GridTools namespace parallel { + + // forward declaration of the base class + template + class Triangulation; + + namespace distributed {