From: bangerth Date: Fri, 23 Sep 2011 18:25:59 +0000 (+0000) Subject: Add necessary header file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8273d0eb8c149a8fadd0061139a5350135611c02;p=dealii-svn.git Add necessary header file. git-svn-id: https://svn.dealii.org/trunk@24400 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 62d91ad0c6..1d98cd845a 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -25,6 +25,10 @@ #include #include +#ifdef DEAL_II_COMPILER_SUPPORTS_MPI +# include +#endif + #ifdef DEAL_II_USE_P4EST #include #include