From c3d186e0bf89d0cb623f0e27cf1f6e0722560a0d Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Sat, 15 May 2010 03:44:45 +0000 Subject: [PATCH] boost python numpy extensions - updated source files to reflect previous header move --- boost/python/numpy/internal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost/python/numpy/internal.hpp b/boost/python/numpy/internal.hpp index 55d1c70c..1ec1f19f 100644 --- a/boost/python/numpy/internal.hpp +++ b/boost/python/numpy/internal.hpp @@ -21,7 +21,7 @@ ERROR_internal_hpp_is_for_internal_use_only #define PY_UFUNC_UNIQUE_SYMBOL BOOST_UFUNC_ARRAY_API #include #include -#include +#include #define NUMPY_OBJECT_MANAGER_TRAITS_IMPL(pytype,manager) \ PyTypeObject const * object_manager_traits::get_pytype() { return &pytype; }