From 86b329a0d662f2d2e7e318cd25bc218bd8533509 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Mon, 27 Jan 2025 12:17:11 +0100 Subject: [PATCH] Added missing include. --- Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5