From 86431c59f62dc16cb8ed85fb8a927e63c5449ba0 Mon Sep 17 00:00:00 2001 From: Eric Schendel Date: Mon, 16 Sep 2002 17:22:50 +0000 Subject: not available if CPPUNIT_USE_TYPEINFO_NAME not defined --- src/cppunit/TestCase.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cppunit/TestCase.cpp') diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index f994dca..13c0525 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -3,9 +3,11 @@ #include #include #include -#include #include +#if CPPUNIT_USE_TYPEINFO_NAME +# include +#endif CPPUNIT_NS_BEGIN -- cgit v1.2.1