From: deal Date: Mon, 7 Oct 2002 07:20:39 +0000 (+0000) Subject: Declare missing types X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9893a98eca958ad9a92ac29a39a1773247d76537;p=dealii-svn.git Declare missing types git-svn-id: https://svn.dealii.org/trunk@6617 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.