Added boost-wide <limits> woraround

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

View File

@ -7,7 +7,7 @@
// See http://www.boost.org for most recent version including documentation.
#include <climits>
#include <limits>
#include <boost/limits.hpp>
#include <boost/static_assert.hpp>
template <class UnsignedInt>