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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
