From 90822fdf9969327ae1fe6c4b408a8f78d2e1953d Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 18 Aug 2022 19:41:37 -0400 Subject: [PATCH] Add some more missing Trilinos headers. --- tests/trilinos/parallel_sparse_matrix_01.cc | 3 ++- tests/trilinos/sparse_matrix_copy_from_01.cc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5