From 38094344baef4c158a0821b18aea058c0f5358c4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Sep 2008 20:39:36 +0000 Subject: [PATCH] Make my recent change also work when using PETSC. git-svn-id: https://svn.dealii.org/trunk@16841 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/utilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/utilities.h b/deal.II/base/include/base/utilities.h index cc818c118f..439cda2b0e 100644 --- a/deal.II/base/include/base/utilities.h +++ b/deal.II/base/include/base/utilities.h @@ -20,7 +20,7 @@ #include #include -#ifdef DEAL_II_COMPILER_SUPPORTS_MPI +#if defined(DEAL_II_COMPILER_SUPPORTS_MPI) || defined(DEAL_II_USE_PETSC) #include #else typedef int MPI_Comm; -- 2.39.5