From: Wolfgang Bangerth Date: Tue, 11 Feb 2025 17:46:15 +0000 (-0700) Subject: Properly guard an #include. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18118%2Fhead;p=dealii.git Properly guard an #include. --- diff --git a/source/sundials/ida.cc b/source/sundials/ida.cc index e061d5c811..f1bcd01679 100644 --- a/source/sundials/ida.cc +++ b/source/sundials/ida.cc @@ -38,7 +38,9 @@ # include # include -# include +# if DEAL_II_SUNDIALS_VERSION_GTE(6, 0, 0) +# include +# endif # include # include