From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b0d1d11b9cac404d6ff48c9dfd7ba38b587ed0e;p=dealii-svn.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