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/01/26 01:08:04 UTC

[datasketches-cpp] 02/02: include cmath for std::isnan

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

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

commit 26c89adb832c439313a3e1bcea9f7e0f92faacbd
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Tue Jan 25 17:04:18 2022 -0800

    include cmath for std::isnan
---
 kll/include/kll_sketch.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kll/include/kll_sketch.hpp b/kll/include/kll_sketch.hpp
index c0e0712..312ff9a 100644
--- a/kll/include/kll_sketch.hpp
+++ b/kll/include/kll_sketch.hpp
@@ -23,6 +23,7 @@
 #include <functional>
 #include <memory>
 #include <vector>
+#include <cmath>
 
 #include "quantile_sketch_sorted_view.hpp"
 #include "common_defs.hpp"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org