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 2020/02/06 17:40:43 UTC

[incubator-datasketches-cpp] branch master updated: Add missing include in CPC compression test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e28ed7  Add missing include in CPC compression test
     new f03f5ae  Merge pull request #84 from alexandre-p/cpc_missing_include
0e28ed7 is described below

commit 0e28ed78722f31895091221fdcbd104b67f8a041
Author: Alexandre Pons <a....@criteo.com>
AuthorDate: Thu Feb 6 16:34:01 2020 +0100

    Add missing include in CPC compression test
---
 cpc/test/compression_test.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpc/test/compression_test.cpp b/cpc/test/compression_test.cpp
index 4a0fb5f..0a62d6d 100644
--- a/cpc/test/compression_test.cpp
+++ b/cpc/test/compression_test.cpp
@@ -19,6 +19,7 @@
 
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
+#include <algorithm>
 
 #include "cpc_compressor.hpp"
 


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