From 6e278fb07c424055278f95bbbf5aeaf0c43e8f35 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 18 Oct 2006 23:40:59 +0000 Subject: [PATCH] All tests should include ../tests.h git-svn-id: https://svn.dealii.org/trunk@14018 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/pointer_matrix.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lac/pointer_matrix.cc b/tests/lac/pointer_matrix.cc index 4936e959a9..d67470147e 100644 --- a/tests/lac/pointer_matrix.cc +++ b/tests/lac/pointer_matrix.cc @@ -13,6 +13,7 @@ // Test vmult and Tvmult of PointerMatrix and TransposeMatrix +#include "../tests.h" #include #include #include -- 2.39.5