From: heister Date: Fri, 6 Sep 2013 18:24:58 +0000 (+0000) Subject: fix missing std:: X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8f1c053343a349861ee30692784f8573295f14;p=dealii-svn.git fix missing std:: git-svn-id: https://svn.dealii.org/trunk@30633 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 "