From 3f6616aa13ed62c24df36a8eac16ab605473eff2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 Jan 2025 11:31:09 -0700 Subject: [PATCH] Include tests.h in one of the tests. --- tests/hp/step-27.cc | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5