1 #ifndef PYTHONIC_NUMPY_SUM_HPP
2 #define PYTHONIC_NUMPY_SUM_HPP
3 
4 #include "pythonic/include/numpy/sum.hpp"
5 #include "pythonic/numpy/reduce.hpp"
6 #include "pythonic/operator_/iadd.hpp"
7 #include "pythonic/utils/functor.hpp"
8 
9 #include <algorithm>
10 
11 PYTHONIC_NS_BEGIN
12 
13 namespace numpy
14 {
15 }
16 PYTHONIC_NS_END
17 
18 #endif
19