#ifndef PYTHONIC_NUMPY_SUM_HPP #define PYTHONIC_NUMPY_SUM_HPP #include "pythonic/include/numpy/sum.hpp" #include "pythonic/numpy/reduce.hpp" #include "pythonic/operator_/iadd.hpp" #include "pythonic/utils/functor.hpp" #include PYTHONIC_NS_BEGIN namespace numpy { } PYTHONIC_NS_END #endif