Added boost-wide <limits> woraround

[SVN r9688]
This commit is contained in:
John Maddock
2001-04-01 11:59:18 +00:00
parent 53005cadc8
commit f4c38bdf51
2 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,8 @@
#ifndef BOOST_INTEGER_TRAITS_HPP
#define BOOST_INTEGER_TRAITS_HPP
#include <limits>
#include <boost/config.hpp>
#include <boost/limits.hpp>
// This is an implementation detail and not part of the interface
#include <limits.h>