You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/04/06 13:22:55 UTC

[arrow] branch master updated: ARROW-2405: [C++] is required for std::function

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

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 946517d  ARROW-2405: [C++] <function> is required for std::function
946517d is described below

commit 946517d50fda59da28acc273af7996cfe5a8fcb4
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Fri Apr 6 15:19:23 2018 +0200

    ARROW-2405: [C++] <function> is required for std::function
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #1844 from kou/cpp-include-missing-functional and squashes the following commits:
    
    fa83d24 <Kouhei Sutou>  <function> is required for std::function
---
 cpp/src/plasma/client.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpp/src/plasma/client.h b/cpp/src/plasma/client.h
index dd8175d..5787abc 100644
--- a/cpp/src/plasma/client.h
+++ b/cpp/src/plasma/client.h
@@ -22,6 +22,7 @@
 #include <time.h>
 
 #include <deque>
+#include <functional>
 #include <memory>
 #include <string>
 #include <unordered_map>

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.