From: Marc Fehling Date: Wed, 17 Aug 2022 19:51:49 +0000 (-0600) Subject: Fix header in Zoltan tests. X-Git-Tag: v9.5.0-rc1~1039^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14196%2Fhead;p=dealii.git Fix header in Zoltan tests. --- diff --git a/tests/zoltan/zoltan_03.cc b/tests/zoltan/zoltan_03.cc index 6cf723cba5..58db20079c 100644 --- a/tests/zoltan/zoltan_03.cc +++ b/tests/zoltan/zoltan_03.cc @@ -19,6 +19,8 @@ #include +#include + #include "../tests.h" diff --git a/tests/zoltan/zoltan_04.cc b/tests/zoltan/zoltan_04.cc index ea26961af4..3a73ba7ca7 100644 --- a/tests/zoltan/zoltan_04.cc +++ b/tests/zoltan/zoltan_04.cc @@ -23,6 +23,8 @@ #include +#include + #include "../tests.h"