From: Wolfgang Bangerth Date: Mon, 1 Mar 2021 01:59:27 +0000 (+0100) Subject: Reorder the include files. X-Git-Tag: v9.3.0-rc1~396^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11825%2Fhead;p=dealii.git Reorder the include files. --- diff --git a/source/sundials/kinsol.cc b/source/sundials/kinsol.cc index cc38f809e8..695532c353 100644 --- a/source/sundials/kinsol.cc +++ b/source/sundials/kinsol.cc @@ -36,8 +36,10 @@ # include -# include +// Make sure we #include the SUNDIALS config file... # include +// ...before the rest of the SUNDIALS files: +# include # include # include