2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

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]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-07-04 07:08:54 +00:00
parent f2f7b10d15
commit 858e5e9720

View File

@@ -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 <boost/python/detail/prefix.hpp>
#include <boost/config.hpp>
#include <boost/python/object.hpp>
#include <boost/python/extract.hpp>