From ceb8d85d70e288a458556ac3f90378f105bd2874 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Mar 2005 20:12:01 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@9980 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/block_matrix_array_01.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/bits/block_matrix_array_01.cc b/tests/bits/block_matrix_array_01.cc index aa4c51b08f..ea2a383d99 100644 --- a/tests/bits/block_matrix_array_01.cc +++ b/tests/bits/block_matrix_array_01.cc @@ -15,6 +15,9 @@ // the class BlockMatrixArray had no local type value_type that is // needed in some places. in particular, this is needed for // PreconditionBlockSSOR +// +// the test also didn't link before, due to some functions that were +// either missing or in the wrong place #include #include -- 2.39.5