From: Martin Kronbichler Date: Fri, 3 Jun 2022 19:24:44 +0000 (+0200) Subject: Add missing header to test X-Git-Tag: v9.4.0-rc1~74^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77af934e8d30af16de6eca9b5629e1932f1e3347;p=dealii.git Add missing header to test --- diff --git a/tests/matrix_free/fe_nothing_01.cc b/tests/matrix_free/fe_nothing_01.cc index c821d858ec..aa46d2d31d 100644 --- a/tests/matrix_free/fe_nothing_01.cc +++ b/tests/matrix_free/fe_nothing_01.cc @@ -19,6 +19,7 @@ // dofs #include +#include #include #include