From 255fed3c27815d3074bdaafb2b5ed377bd4868f8 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Tue, 5 Jun 2001 20:36:31 +0000 Subject: Src/cppunit/TypeInfoHelper. src/cppunit/TypeInfoHelper.cpp: removed #include , cppunit/config.h was already included. * src/cppunit/cppunit.dsp: removed TestAssert.cpp from project. * added/updated .cvsignore files for beter handling of windows projects. * added include/cppunit/config.h with a default configuration for VC++ 6.0. * include/cppunit/.cvsignore: removed config.h from the list of ignored file. * renamed VC++ configurations without RTTI from "Debug No CU_USE_TYPEINFO" to "Debug Crossplatform". * include/cppunit/TestAssert.h: added include for fabs(). --- include/cppunit/TestAssert.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cppunit/TestAssert.h') diff --git a/include/cppunit/TestAssert.h b/include/cppunit/TestAssert.h index 9127780..b8143d3 100644 --- a/include/cppunit/TestAssert.h +++ b/include/cppunit/TestAssert.h @@ -1,6 +1,7 @@ #ifndef CPPUNIT_TESTASSERT_H #define CPPUNIT_TESTASSERT_H +#include #include #include #include -- cgit v1.2.1