2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

numpy python extensions - moved main header file inside subdirectory

This commit is contained in:
Jim Bosch
2010-05-14 23:43:38 +00:00
parent e2b2ebe862
commit e0fa8ec619
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#include <boost/python/numpy.hpp>
#include <boost/python/numpy/numpy.hpp>
namespace bp = boost::python;