use <assert.h>; include <climits> for Borland only

[SVN r34906]
This commit is contained in:
Gennaro Prota
2006-08-19 11:05:56 +00:00
parent 72a38b9137
commit e2bea194a3

View File

@ -19,8 +19,10 @@
#ifndef BOOST_INTEGER_LOG2_HPP_GP_20030301
#define BOOST_INTEGER_LOG2_HPP_GP_20030301
#include <cassert>
#include <climits> // actually used for Borland only
#include <assert.h>
#ifdef __BORLANDC__
#include <climits>
#endif
#include "boost/limits.hpp"
#include "boost/config.hpp"