Python header must be included first.

[SVN r35319]
This commit is contained in:
Markus Schöpflin
2006-09-25 10:40:35 +00:00
committed by Peter Dimov
parent 82b89fc441
commit f71509ca43

View File

@@ -2,10 +2,10 @@
// subject to 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/python.hpp>
#include <boost/parameter/preprocessor.hpp>
#include <boost/parameter/keyword.hpp>
#include <boost/parameter/python.hpp>
#include <boost/python.hpp>
#include <boost/utility/enable_if.hpp>
namespace test {