2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Reorder includes to make sure that python headers are included first, this

makes the test pass on hp_cxx_71_006_tru64.


[SVN r33202]
This commit is contained in:
Markus Schöpflin
2006-03-02 17:12:18 +00:00
parent 5d1053552c
commit 28ef4a9e38

View File

@@ -2,7 +2,6 @@
// Distributed under the 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/assert.hpp>
#include <boost/python/class.hpp>
#include <boost/python/module.hpp>
@@ -12,6 +11,8 @@
#include <boost/ref.hpp>
#include <boost/utility.hpp>
#include <boost/assert.hpp>
using namespace boost::python;
struct X