From: bangerth Date: Wed, 18 Oct 2006 23:42:04 +0000 (+0000) Subject: All tests should include ../tests.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d1f5dd069174278869137588b0ff4e95df0dbe;p=dealii-svn.git All tests should include ../tests.h git-svn-id: https://svn.dealii.org/trunk@14020 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/interpolate_common.h b/tests/fe/interpolate_common.h index 75240e8675..a879e13e00 100644 --- a/tests/fe/interpolate_common.h +++ b/tests/fe/interpolate_common.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005 by the deal.II authors +// Copyright (C) 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -11,6 +11,7 @@ // //---------------------------------------------------------------------- +#include "../tests.h" #include #include #include