From: Wolfgang Bangerth Date: Tue, 21 Jan 2025 16:35:10 +0000 (-0700) Subject: Fix tests by including a missing header. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e864abe4c704f4d00381886a242446a301c040e;p=dealii.git Fix tests by including a missing header. --- diff --git a/tests/tests.h b/tests/tests.h index ca4067e3e0..49ff8f7c7c 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -30,6 +30,8 @@ #include #include +#include + #include #include #include