From 83f250a5d62da7b94aaa86fcc67e93bc1e994174 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 21 Aug 2007 09:04:39 +0000 Subject: [PATCH] Added needed include: see http://article.gmane.org/gmane.comp.lib.boost.devel/163941. [SVN r38814] --- include/boost/limits.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/limits.hpp b/include/boost/limits.hpp index 370c0f21..6d01daa3 100644 --- a/include/boost/limits.hpp +++ b/include/boost/limits.hpp @@ -30,6 +30,8 @@ # define BOOST_ULLT ::boost::ulong_long_type #endif +#include // for CHAR_BIT + namespace std { template<>