]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/limits.hpp
tex2lyx: improve CJK handling
[lyx.git] / boost / boost / limits.hpp
index 370c0f217b199ca73596ec4c70a96ca5011c1de4..d3747a1ad135cc6d5d0b69448851ae9ddc97835e 100644 (file)
@@ -6,7 +6,7 @@
 //
 // use this header as a workaround for missing <limits>
 
-//  See http://www.boost.org/libs/utility/limits.html for documentation.
+//  See http://www.boost.org/libs/compatibility/index.html for documentation.
 
 #ifndef BOOST_LIMITS
 #define BOOST_LIMITS
@@ -30,6 +30,8 @@
 #  define BOOST_ULLT  ::boost::ulong_long_type
 #endif
 
+#include <climits>  // for CHAR_BIT
+
 namespace std
 {
   template<>