From: Wolfgang Bangerth Date: Mon, 26 Sep 2011 19:26:43 +0000 (+0000) Subject: Make compile even without MPI. X-Git-Tag: v8.0.0~3374 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf25b4f33da5f728add409999339377af299a38e;p=dealii.git Make compile even without MPI. git-svn-id: https://svn.dealii.org/trunk@24438 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/timer.h b/deal.II/include/deal.II/base/timer.h index d06546eef1..2110f3836b 100644 --- a/deal.II/include/deal.II/base/timer.h +++ b/deal.II/include/deal.II/base/timer.h @@ -15,10 +15,10 @@ #include #include #include +#include #ifdef DEAL_II_COMPILER_SUPPORTS_MPI -#include -#include +# include #endif #include @@ -506,12 +506,10 @@ class TimerOutput */ std::list active_sections; -#ifdef DEAL_II_COMPILER_SUPPORTS_MPI /** * mpi communicator */ MPI_Comm mpi_communicator; -#endif /** * A lock that makes sure that this