From: bangerth Date: Fri, 15 Dec 2006 03:58:50 +0000 (+0000) Subject: Fix a few of the compilation errors. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec466fbb7b652a57da4503920bd62b25dca8e68;p=dealii-svn.git Fix a few of the compilation errors. git-svn-id: https://svn.dealii.org/trunk@14253 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fail/hp-step-11.cc b/tests/fail/hp-step-11.cc index c1247d8948..f331a693cb 100644 --- a/tests/fail/hp-step-11.cc +++ b/tests/fail/hp-step-11.cc @@ -15,6 +15,8 @@ // a hp-ified version of step-11 +#include "../tests.h" + #include #include std::ofstream logfile("step-11/output"); diff --git a/tests/fail/hp-step-15.cc b/tests/fail/hp-step-15.cc index 49c949c68b..4b526446d5 100644 --- a/tests/fail/hp-step-15.cc +++ b/tests/fail/hp-step-15.cc @@ -15,6 +15,8 @@ // a hp-ified version of step-15 +#include "../tests.h" + #include #include std::ofstream logfile("step-15/output");