From: Martin Kronbichler Date: Sat, 15 Aug 2009 09:42:27 +0000 (+0000) Subject: Undo include file change from r19268. mpi.h cannot be included if we do not use MPI. X-Git-Tag: v8.0.0~7293 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25da1e1c133f3e94abdd01f7339318901822487f;p=dealii.git Undo include file change from r19268. mpi.h cannot be included if we do not use MPI. git-svn-id: https://svn.dealii.org/trunk@19275 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/utilities.h b/deal.II/base/include/base/utilities.h index bdc90f9c0c..ff50b19364 100644 --- a/deal.II/base/include/base/utilities.h +++ b/deal.II/base/include/base/utilities.h @@ -23,8 +23,7 @@ #if defined(DEAL_II_COMPILER_SUPPORTS_MPI) || defined(DEAL_II_USE_PETSC) #include #else -//typedef int MPI_Comm; -#include +typedef int MPI_Comm; #endif #ifdef DEAL_II_USE_TRILINOS