mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 20:37:14 +02:00
use <assert.h>; include <climits> for Borland only
[SVN r34906]
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user