From: Wolfgang Bangerth Date: Thu, 7 Jul 2005 14:50:12 +0000 (+0000) Subject: Include tests.h -- this makes sure we don't produce a stack backtrace that may X-Git-Tag: v8.0.0~13460 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224fecd8c630abc34e440ddb7770d2bddd427625;p=dealii.git Include tests.h -- this makes sure we don't produce a stack backtrace that may confuse the testers. git-svn-id: https://svn.dealii.org/trunk@11096 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/slice_vector.cc b/tests/base/slice_vector.cc index e1370bff51..b6ca9fc426 100644 --- a/tests/base/slice_vector.cc +++ b/tests/base/slice_vector.cc @@ -12,6 +12,7 @@ //--------------------------------------------------------------------- +#include "../tests.h" #include #include