From: bangerth Date: Fri, 15 Dec 2006 03:57:38 +0000 (+0000) Subject: Get us closer to where we want to be. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a2b96a2a73d8988fdbced887437ff5c9a5dabe;p=dealii-svn.git Get us closer to where we want to be. git-svn-id: https://svn.dealii.org/trunk@14252 0785d39b-7218-0410-832d-ea1e28bc413d --- 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