summaryrefslogtreecommitdiff
path: root/boost/python/numpy/dtype.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/numpy/dtype.hpp')
-rw-r--r--boost/python/numpy/dtype.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/boost/python/numpy/dtype.hpp b/boost/python/numpy/dtype.hpp
index b9e95f9beb..4673745e57 100644
--- a/boost/python/numpy/dtype.hpp
+++ b/boost/python/numpy/dtype.hpp
@@ -13,11 +13,10 @@
*/
#include <boost/python.hpp>
-#include <boost/python/numpy/numpy_object_mgr_traits.hpp>
#include <boost/python/numpy/config.hpp>
-
+#include <boost/python/numpy/numpy_object_mgr_traits.hpp>
#include <boost/mpl/for_each.hpp>
-#include <boost/type_traits/add_pointer.hpp>
+#include <boost/python/detail/type_traits.hpp>
namespace boost { namespace python { namespace numpy {
@@ -90,7 +89,7 @@ struct builtin_dtype<T,true> {
};
template <>
-struct builtin_dtype<bool,true> {
+struct BOOST_NUMPY_DECL builtin_dtype<bool,true> {
static dtype get();
};