Update of /cvsroot/boost/boost/boost/wave/grammars
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10556/boost/wave/grammars

Modified Files:
        cpp_chlit_grammar.hpp 
Log Message:
Wave: Added missing #include <climits> to cpp_chlit_grammar.hpp.

Index: cpp_chlit_grammar.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/grammars/cpp_chlit_grammar.hpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cpp_chlit_grammar.hpp       20 Dec 2006 16:55:53 -0000      1.20
+++ cpp_chlit_grammar.hpp       3 Apr 2007 22:36:48 -0000       1.21
@@ -11,7 +11,8 @@
 #if 
!defined(CPP_CHLIT_GRAMMAR_HPP_9527D349_6592_449A_A409_42A001E6C64C_INCLUDED)
 #define CPP_CHLIT_GRAMMAR_HPP_9527D349_6592_449A_A409_42A001E6C64C_INCLUDED
 
-#include <limits>     // sid::numeric_limits
+#include <limits>     // std::numeric_limits
+#include <climits>    // CHAR_BIT
 
 #include <boost/static_assert.hpp>
 #include <boost/cstdint.hpp>


-------------------------------------------------------------------------
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