added <limits> workaround

[SVN r9687]
This commit is contained in:
John Maddock
2001-03-31 12:05:02 +00:00
parent ea4963031a
commit 53005cadc8

View File

@ -15,7 +15,7 @@
#ifndef BOOST_INTEGER_HPP #ifndef BOOST_INTEGER_HPP
#define BOOST_INTEGER_HPP #define BOOST_INTEGER_HPP
#include <limits> #include <boost/limits.hpp>
namespace boost namespace boost
{ {