2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 07:02:15 +00:00

boost python numpy extensions - updated source files to reflect previous header move

This commit is contained in:
Jim Bosch
2010-05-15 03:44:45 +00:00
parent e0fa8ec619
commit c3d186e0bf

View File

@@ -21,7 +21,7 @@ ERROR_internal_hpp_is_for_internal_use_only
#define PY_UFUNC_UNIQUE_SYMBOL BOOST_UFUNC_ARRAY_API
#include <numpy/arrayobject.h>
#include <numpy/ufuncobject.h>
#include <boost/python/numpy.hpp>
#include <boost/python/numpy/numpy.hpp>
#define NUMPY_OBJECT_MANAGER_TRAITS_IMPL(pytype,manager) \
PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; }