This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch density_custom_kernel in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit 48244814ebd63a31c72771d7bea1da42dcccd241 Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue Dec 13 14:00:58 2022 -0800 include numeric --- density/include/density_sketch.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/density/include/density_sketch.hpp b/density/include/density_sketch.hpp index 83a01ca..a7edb93 100755 --- a/density/include/density_sketch.hpp +++ b/density/include/density_sketch.hpp @@ -23,6 +23,7 @@ #include <type_traits> #include <vector> #include <functional> +#include <numeric> #include <cmath> /* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
