From b76f185cb61b17f4b9ba8b413f5288a3acfe93e3 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 2 Jul 2004 01:21:32 +0000 Subject: [PATCH] move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines [SVN r23313] --- include/boost/python/slice.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/slice.hpp b/include/boost/python/slice.hpp index c3b10c59..eee60d71 100644 --- a/include/boost/python/slice.hpp +++ b/include/boost/python/slice.hpp @@ -6,10 +6,10 @@ // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +#include #include #include #include -#include #include #include