mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-20 04:42:22 +00:00
Python header must be included first.
[SVN r35319]
This commit is contained in:
committed by
Peter Dimov
parent
82b89fc441
commit
f71509ca43
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user