From bf25b4f33da5f728add409999339377af299a38e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 26 Sep 2011 19:26:43 +0000 Subject: [PATCH] Make compile even without MPI. git-svn-id: https://svn.dealii.org/trunk@24438 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/timer.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5