summaryrefslogtreecommitdiff
path: root/boost/python/numpy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/numpy.hpp')
-rw-r--r--boost/python/numpy.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/python/numpy.hpp b/boost/python/numpy.hpp
index cd5876a8e4..18a6389d51 100644
--- a/boost/python/numpy.hpp
+++ b/boost/python/numpy.hpp
@@ -13,6 +13,7 @@
#include <boost/python/numpy/matrix.hpp>
#include <boost/python/numpy/ufunc.hpp>
#include <boost/python/numpy/invoke_matching.hpp>
+#include <boost/python/numpy/config.hpp>
namespace boost { namespace python { namespace numpy {
@@ -26,7 +27,7 @@ namespace boost { namespace python { namespace numpy {
* and "import_ufunc()", and then calls
* dtype::register_scalar_converters().
*/
-void initialize(bool register_scalar_converters=true);
+BOOST_NUMPY_DECL void initialize(bool register_scalar_converters=true);
}}} // namespace boost::python::numpy