Skip to content

Commit 858e5e9

Browse files
author
Ralf W. Grosse-Kunstleve
committed
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]
1 parent f2f7b10 commit 858e5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/python/slice.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Boost Software License, Version 1.0. (See accompanying file
77
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
88

9+
#include <boost/python/detail/prefix.hpp>
910
#include <boost/config.hpp>
1011
#include <boost/python/object.hpp>
1112
#include <boost/python/extract.hpp>

0 commit comments

Comments
 (0)