Skip to content

Commit 0ab2a13

Browse files
Fix include; release 0.4.2
1 parent c4674ea commit 0ab2a13

File tree

4 files changed

+7991
-5185
lines changed

4 files changed

+7991
-5185
lines changed

library/mrpython/numeric.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef MP_LIBRARY_NUMERIC_HPP
22
#define MP_LIBRARY_NUMERIC_HPP
33

4+
#include <functional>
45
#include <vector>
56
namespace mrpython {
67
template <typename T, typename F = std::multiplies<T>>

0 commit comments

Comments
 (0)