From f9c35737bf847155a5643ee49aa8270ed265f462 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 15 Dec 2006 03:57:38 +0000 Subject: [PATCH] Get us closer to where we want to be. git-svn-id: https://svn.dealii.org/trunk@14252 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fail/hp-step-14.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fail/hp-step-14.cc b/tests/fail/hp-step-14.cc index 3c99840ca2..e20dd0c39a 100644 --- a/tests/fail/hp-step-14.cc +++ b/tests/fail/hp-step-14.cc @@ -15,6 +15,8 @@ // a hp-ified version of step-14 +#include "../tests.h" + #include #include std::ofstream logfile("step-14/output"); @@ -35,7 +37,7 @@ std::ofstream logfile("step-14/output"); #include #include #include -#include +#include #include #include #include -- 2.39.5