$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2007-08-21 05:04:41
Author: johnmaddock
Date: 2007-08-21 05:04:39 EDT (Tue, 21 Aug 2007)
New Revision: 38814
URL: http://svn.boost.org/trac/boost/changeset/38814
Log:
Added needed include: see http://article.gmane.org/gmane.comp.lib.boost.devel/163941.
Text files modified: 
   trunk/boost/limits.hpp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/limits.hpp
==============================================================================
--- trunk/boost/limits.hpp	(original)
+++ trunk/boost/limits.hpp	2007-08-21 05:04:39 EDT (Tue, 21 Aug 2007)
@@ -30,6 +30,8 @@
 #  define BOOST_ULLT  ::boost::ulong_long_type
 #endif
 
+#include <climits>  // for CHAR_BIT
+
 namespace std
 {
   template<>