From 0f88f07f322f1534cc089d615247bae447db08f2 Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 20 Oct 2010 14:26:36 +0000 Subject: [PATCH] add headers for general use git-svn-id: https://svn.dealii.org/trunk@22395 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/tests.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/tests.h b/tests/tests.h index cbdb13591b..3321c0371e 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005, 2006, 2009 by the deal.II authors +// Copyright (C) 2004, 2005, 2006, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -17,10 +17,11 @@ // common definitions used in all the tests #include +#include #include #include #include - +#include // implicitly use the deal.II namespace everywhere, without us having to say // so in each and every testcase -- 2.39.5