Update of /cvsroot/boost/boost/boost/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26079

Modified Files:
        test_tools.hpp 
Log Message:
Add include of climits

Index: test_tools.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/test/test_tools.hpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- test_tools.hpp      22 Feb 2007 18:00:39 -0000      1.65
+++ test_tools.hpp      5 Apr 2007 14:46:47 -0000       1.66
@@ -44,6 +44,7 @@
 // STL
 #include <cstddef>          // for std::size_t
 #include <iosfwd>
+#include <climits>          // for CHAR_BIT
 
 #include <boost/test/detail/suppress_warnings.hpp>
 
@@ -599,6 +600,9 @@
 //  Revision History :
 //
 //  $Log$
+//  Revision 1.66  2007/04/05 14:46:47  dgregor
+//  Add include of climits
+//
 //  Revision 1.65  2007/02/22 18:00:39  speedsnail
 //  Removed the msvc-6.5 hack from HEAD again. Gennadiy Rozental didn't like 
it anyways...
 //


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to