Include Boost's wrap_python.hpp, instead of Python.h.

This commit is contained in:
John Wiegley 2009-02-08 21:14:26 -04:00
parent 7eb4a7eece
commit 63dffb843b

View file

@ -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>