This is an automated email from the ASF dual-hosted git repository.
jmalkin pushed a commit to branch cpp_version_bump
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
The following commit(s) were added to refs/heads/cpp_version_bump by this push:
new 3365568 add missing algorithm header
3365568 is described below
commit 3365568b911148a80b33cd78327a85c88db9c98d
Author: Jon Malkin <[email protected]>
AuthorDate: Sun Aug 4 19:46:02 2024 -0700
add missing algorithm header
---
src/tdigest_wrapper.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tdigest_wrapper.cpp b/src/tdigest_wrapper.cpp
index 1691daa..7ee8a09 100644
--- a/src/tdigest_wrapper.cpp
+++ b/src/tdigest_wrapper.cpp
@@ -19,11 +19,11 @@
#include <vector>
#include <stdexcept>
+#include <algorithm> // should ultimately be in tdigest.hpp
#include <nanobind/nanobind.h>
#include <nanobind/make_iterator.h>
#include <nanobind/stl/string.h>
-//#include <nanobind/stl/vector.h>
#include <nanobind/ndarray.h>
#include "tdigest.hpp"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]