From: Wolfgang Bangerth Date: Sat, 8 Apr 2023 03:31:05 +0000 (-0600) Subject: Add a missing #include file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F127%2Fhead;p=code-gallery.git Add a missing #include file. Apparently it is now necessary with the current master branch of deal.II. --- diff --git a/MCMC-Laplace/mcmc-laplace.cc b/MCMC-Laplace/mcmc-laplace.cc index 1c5a752..bb863bf 100644 --- a/MCMC-Laplace/mcmc-laplace.cc +++ b/MCMC-Laplace/mcmc-laplace.cc @@ -20,6 +20,7 @@ #include +#include #include #include #include