From 14d31320a67fbe86a755c4db54bf1d187b9694fe Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 19 Jan 2009 00:14:12 +0000 Subject: [PATCH] Add required include file. git-svn-id: https://svn.dealii.org/trunk@18232 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/vector_memory.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5