From 7ede546276a382f2ead45bb6b086676b19b07c52 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 30 Nov 2021 20:48:32 +0100 Subject: [PATCH] Update two tests --- tests/matrix_free/shape_info.cc | 2 ++ tests/matrix_free/shape_info_inverse.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/matrix_free/shape_info.cc b/tests/matrix_free/shape_info.cc index 40a5d4684f..c10f3244de 100644 --- a/tests/matrix_free/shape_info.cc +++ b/tests/matrix_free/shape_info.cc @@ -18,6 +18,8 @@ // test the correctness of the detection of the elements in // internal::MatrixFreeFunctions::ShapeInfo +#include + #include #include #include diff --git a/tests/matrix_free/shape_info_inverse.cc b/tests/matrix_free/shape_info_inverse.cc index 10ff444217..f416b283db 100644 --- a/tests/matrix_free/shape_info_inverse.cc +++ b/tests/matrix_free/shape_info_inverse.cc @@ -18,6 +18,8 @@ // test the correctness of the inverse_shape_values field of // internal::MatrixFreeFunctions::ShapeInfo +#include + #include #include -- 2.39.5