You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/12/13 22:01:17 UTC

[datasketches-cpp] branch density_sketch updated: include numeric

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch density_sketch
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/density_sketch by this push:
     new a87fb7d  include numeric
a87fb7d is described below

commit a87fb7d94beec3bb032a1ff7e4489fd3d68c96c2
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org