From db8f1c053343a349861ee30692784f8573295f14 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 6 Sep 2013 18:24:58 +0000 Subject: [PATCH] fix missing std:: git-svn-id: https://svn.dealii.org/trunk@30633 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.h b/tests/tests.h index a68e539790..9378b1bf29 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -52,7 +52,7 @@ inline void check_petsc_allocations() != stageLog->stageInfo->classLog->classInfo[i].creations) { errors = true; - cerr << "ERROR: PETSc objects leaking of type '" + std::cerr << "ERROR: PETSc objects leaking of type '" << stageLog->classLog->classInfo[i].name << "'" << " with " << stageLog->stageInfo->classLog->classInfo[i].creations << " creations and only " -- 2.39.5