From: David Wells Date: Thu, 18 Aug 2022 23:41:37 +0000 (-0400) Subject: Add some more missing Trilinos headers. X-Git-Tag: v9.5.0-rc1~1034^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14202%2Fhead;p=dealii.git Add some more missing Trilinos headers. --- diff --git a/tests/trilinos/parallel_sparse_matrix_01.cc b/tests/trilinos/parallel_sparse_matrix_01.cc index ee3a163629..b12775e253 100644 --- a/tests/trilinos/parallel_sparse_matrix_01.cc +++ b/tests/trilinos/parallel_sparse_matrix_01.cc @@ -26,7 +26,8 @@ // and with the option -log_info. All the output should say that no additional // malloc calls have been performed -#include +#include +#include #include #include diff --git a/tests/trilinos/sparse_matrix_copy_from_01.cc b/tests/trilinos/sparse_matrix_copy_from_01.cc index f6c781e52c..5dda1ab28b 100644 --- a/tests/trilinos/sparse_matrix_copy_from_01.cc +++ b/tests/trilinos/sparse_matrix_copy_from_01.cc @@ -17,7 +17,8 @@ // test SparseMatrix::copy_from from a TrilinosWrappers::SparseMatrix -#include +#include +#include #include #include