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 2019/06/24 22:49:46 UTC

[incubator-datasketches-cpp] 02/05: missing includes

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

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

commit d4df432cd219450a69ede2d4b03065f6b3768ef2
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Mon Jun 24 15:33:55 2019 -0700

    missing includes
---
 hll/include/PairIterator.hpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hll/include/PairIterator.hpp b/hll/include/PairIterator.hpp
index 966aa28..40b61fe 100644
--- a/hll/include/PairIterator.hpp
+++ b/hll/include/PairIterator.hpp
@@ -21,6 +21,8 @@
 #define _PAIRITERATOR_HPP_
 
 #include <string>
+#include <functional>
+#include <memory>
 
 namespace datasketches {
 
@@ -48,4 +50,4 @@ using PairIterator_with_deleter = std::unique_ptr<PairIterator<A>, std::function
 
 }
 
-#endif /* _PAIRITERATOR_HPP_ */
\ No newline at end of file
+#endif /* _PAIRITERATOR_HPP_ */


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