2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Use <boost/limits.hpp> instead of <limits>

[SVN r20448]
This commit is contained in:
Raoul Gough
2003-10-21 18:18:04 +00:00
parent 27bc69adbf
commit d91baaaa59

View File

@@ -27,9 +27,9 @@
#include <boost/python/suite/indexing/int_slice_helper.hpp>
#include <boost/python/suite/indexing/slice.hpp>
#include <boost/mpl/if.hpp>
#include <boost/limits.hpp>
#include <algorithm>
#include <stdexcept>
#include <limits>
#include <string>
namespace boost { namespace python { namespace indexing {