Include Boost's wrap_python.hpp, instead of Python.h.
This commit is contained in:
parent
7eb4a7eece
commit
63dffb843b
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ typedef std::ostream::pos_type ostream_pos_type;
|
|||
|
||||
#include <boost/python.hpp>
|
||||
|
||||
#include <Python.h>
|
||||
#include <boost/python/detail/wrap_python.hpp>
|
||||
#include <datetime.h>
|
||||
|
||||
#include <boost/python/exception_translator.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue