From: Wolfgang Bangerth Date: Mon, 19 Jan 2009 00:14:12 +0000 (+0000) Subject: Add required include file. X-Git-Tag: v8.0.0~8104 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2010638cef266324e7f56d3eef05a86f026fcf49;p=dealii.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