#define BOOST_NUMPY_INTERNAL_MAIN #include namespace boost { namespace numpy { void initialize() { import_array(); import_ufunc(); } } }