From: Wolfgang Bangerth Date: Tue, 21 Jan 2025 18:31:09 +0000 (-0700) Subject: Include tests.h in one of the tests. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18016%2Fhead;p=dealii.git Include tests.h in one of the tests. --- diff --git a/tests/hp/step-27.cc b/tests/hp/step-27.cc index 230cb7e0d6..a792b2db48 100644 --- a/tests/hp/step-27.cc +++ b/tests/hp/step-27.cc @@ -58,6 +58,7 @@ #include #include +#include "../tests.h" namespace Step27 {