From 858e5e972053416f470fd3d4e57fc49300e930eb Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 4 Jul 2004 07:08:54 +0000 Subject: [PATCH] boost/python/detail/prefix.hpp must be included first to satisfy Python requirements; this fixes compilation errors under Tru64 Unix and IRIX using Python 2.3.4 [SVN r23334] --- include/boost/python/slice.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/slice.hpp b/include/boost/python/slice.hpp index eee60d71..9354b485 100644 --- a/include/boost/python/slice.hpp +++ b/include/boost/python/slice.hpp @@ -6,6 +6,7 @@ // 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