From 9893a98eca958ad9a92ac29a39a1773247d76537 Mon Sep 17 00:00:00 2001 From: deal Date: Mon, 7 Oct 2002 07:20:39 +0000 Subject: [PATCH] Declare missing types git-svn-id: https://svn.dealii.org/trunk@6617 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/testmatrix.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/lac/testmatrix.h b/tests/lac/testmatrix.h index 68fb6b71b0..5dacd3f07b 100644 --- a/tests/lac/testmatrix.h +++ b/tests/lac/testmatrix.h @@ -1,6 +1,10 @@ -// $Id$ +// testmatrix.h,v 1.15 2002/10/03 22:41:22 wolf Exp #include +#include + +template class Vector; +class SparsityPattern; /** * Finite difference matrix on uniform grid. -- 2.39.5