Merged python header inclusion fix from trunk.

[SVN r35320]
This commit is contained in:
Markus Schöpflin
2006-09-25 10:49:42 +00:00
parent 7c9ddf23e0
commit 9694b76bf2

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 {