From: Daniel Arndt Date: Tue, 10 Dec 2019 18:50:02 +0000 (-0500) Subject: Fix mpi/collective_mean_std X-Git-Tag: v9.2.0-rc1~794^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e73930b0eb15ae1fe60f3caec53aea648e76c2e;p=dealii.git Fix mpi/collective_mean_std --- diff --git a/tests/mpi/collective_mean_std.cc b/tests/mpi/collective_mean_std.cc index e645d3cf5c..f23889097c 100644 --- a/tests/mpi/collective_mean_std.cc +++ b/tests/mpi/collective_mean_std.cc @@ -17,7 +17,7 @@ // check Utilities::MPI::mean_and_standard_deviation() -#include +#include #include "../tests.h"