From: Wolfgang Bangerth Date: Wed, 18 Oct 2006 23:41:29 +0000 (+0000) Subject: All tests should include ../tests.h X-Git-Tag: v8.0.0~10955 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68623fed77f86d09688390403c9c0cdec65a5e91;p=dealii.git All tests should include ../tests.h git-svn-id: https://svn.dealii.org/trunk@14019 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/mg_dof_handler.cc b/tests/deal.II/mg_dof_handler.cc index 4f4fb0d0f5..7a65744ea0 100644 --- a/tests/deal.II/mg_dof_handler.cc +++ b/tests/deal.II/mg_dof_handler.cc @@ -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 @@ -16,6 +16,7 @@ when the triangulation had unused vertices before, make sure that this is now fixed. */ +#include "../tests.h" #include #include #include