From 98e6271194a12044da126a42f8b817b1b1cd40fc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 30 Apr 2025 09:53:00 -0600 Subject: [PATCH] Let files that use MPI include the necessary headers. --- include/deal.II/distributed/p4est_wrappers.h | 3 +++ include/deal.II/lac/petsc_precondition.h | 1 + 2 files changed, 4 insertions(+) diff --git a/include/deal.II/distributed/p4est_wrappers.h b/include/deal.II/distributed/p4est_wrappers.h index b703377b03..477ba17fd5 100644 --- a/include/deal.II/distributed/p4est_wrappers.h +++ b/include/deal.II/distributed/p4est_wrappers.h @@ -20,6 +20,9 @@ #include #ifdef DEAL_II_WITH_P4EST + +# include + # include # include # include diff --git a/include/deal.II/lac/petsc_precondition.h b/include/deal.II/lac/petsc_precondition.h index a5169f9b06..a34d2841fd 100644 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@ -19,6 +19,7 @@ #include #include +#include #include #ifdef DEAL_II_WITH_PETSC -- 2.39.5