From: Wolfgang Bangerth Date: Thu, 29 May 2025 13:23:24 +0000 (-0600) Subject: Move an include directive to the right place. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=334cbfe59e831973a59496ee5f29194f8bc46895;p=dealii.git Move an include directive to the right place. --- 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 {