fix build

This commit is contained in:
Hans Dembinski
2017-11-03 00:21:27 +01:00
parent e12856b03d
commit d4cee3ba99
2 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
#include <boost/python/raw_function.hpp>
#ifdef HAVE_NUMPY
#include <boost/python/numpy.hpp>
namespace np = boost::python::numpy;
#endif
#include <sstream>
#include <string>
@@ -20,7 +21,6 @@
#include <vector>
#include <utility>
namespace np = boost::python::numpy;
namespace boost {
namespace histogram {