From: Martin Kronbichler Date: Tue, 30 Nov 2021 19:48:32 +0000 (+0100) Subject: Update two tests X-Git-Tag: v9.4.0-rc1~781^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13013%2Fhead;p=dealii.git Update two tests --- 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