[Cppunit-cvs] cppunit ChangeLog,1.262,1.263
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-02-25 03:54:39
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23570 Modified Files: ChangeLog Log Message: portability/FloatingPoint.h must include Portability.h Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.262 retrieving revision 1.263 diff -C2 -d -r1.262 -r1.263 *** ChangeLog 24 Feb 2007 21:13:03 -0000 1.262 --- ChangeLog 25 Feb 2007 03:54:34 -0000 1.263 *************** *** 1,2 **** --- 1,6 ---- + 2007-02-24 Steve M. Robbins <sm...@su...> + + * include/cppunit/portability/FloatingPoint.h: Include Portability.h. + 2007-02-24 Baptiste Lepilleur <bl...@us...> |