From: David Wells Date: Fri, 24 Jun 2022 17:48:53 +0000 (-0400) Subject: Include index_set.h in two more tests. X-Git-Tag: v9.5.0-rc1~1159^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762b2d03fa0e9b81a7b8dbaf565fbba4808c6906;p=dealii.git Include index_set.h in two more tests. This was changed in f4c1cf9c6b. --- diff --git a/tests/base/mpi_create_partitioning_01.cc b/tests/base/mpi_create_partitioning_01.cc index 14e71af20f..d713636672 100644 --- a/tests/base/mpi_create_partitioning_01.cc +++ b/tests/base/mpi_create_partitioning_01.cc @@ -15,6 +15,7 @@ // Test Utilities::MPI::create_ascending_partitioning() +#include #include #include diff --git a/tests/base/mpi_evenly_distributed_partitioning_01.cc b/tests/base/mpi_evenly_distributed_partitioning_01.cc index 1627247390..f2cf932276 100644 --- a/tests/base/mpi_evenly_distributed_partitioning_01.cc +++ b/tests/base/mpi_evenly_distributed_partitioning_01.cc @@ -15,6 +15,7 @@ // Test Utilities::MPI::create_evenly_distributed_partitioning() +#include #include #include