From: bangerth Date: Mon, 19 Jan 2009 00:14:12 +0000 (+0000) Subject: Add required include file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d31320a67fbe86a755c4db54bf1d187b9694fe;p=dealii-svn.git Add required include file. git-svn-id: https://svn.dealii.org/trunk@18232 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/vector_memory.cc b/tests/lac/vector_memory.cc index 828166a844..a80ab11917 100644 --- a/tests/lac/vector_memory.cc +++ b/tests/lac/vector_memory.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2007 by the deal.II authors +// Copyright (C) 2007, 2009 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