From 334cbfe59e831973a59496ee5f29194f8bc46895 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 29 May 2025 07:23:24 -0600 Subject: [PATCH] Move an include directive to the right place. --- source/distributed/p4est_wrappers.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/distributed/p4est_wrappers.cc b/source/distributed/p4est_wrappers.cc index 773f3ec095..86e81b4403 100644 --- a/source/distributed/p4est_wrappers.cc +++ b/source/distributed/p4est_wrappers.cc @@ -16,12 +16,14 @@ #include #include -DEAL_II_NAMESPACE_OPEN - #ifdef DEAL_II_WITH_P4EST - # include +#endif + +DEAL_II_NAMESPACE_OPEN + +#ifdef DEAL_II_WITH_P4EST namespace internal { -- 2.39.5