From: Marc Fehling Date: Mon, 27 Jan 2025 11:17:11 +0000 (+0100) Subject: Added missing include. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b329a0d662f2d2e7e318cd25bc218bd8533509;p=code-gallery.git Added missing include. --- diff --git a/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc b/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc index aa42f91..c47a08e 100644 --- a/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc +++ b/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc @@ -24,6 +24,9 @@ #include #include +#if DEAL_II_VERSION_GTE(9, 7, 0) + #include +#endif #include #include