From: bangerth Date: Wed, 18 Oct 2006 23:41:29 +0000 (+0000) Subject: All tests should include ../tests.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90261104637f9efd9ab2934e9f8f278c75d84b49;p=dealii-svn.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