You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aw...@apache.org on 2018/07/10 19:20:02 UTC

hadoop git commit: HDFS-13722. HDFS Native Client Fails Compilation on Ubuntu 18.04 (contributed by Jack Bearden)

Repository: hadoop
Updated Branches:
  refs/heads/trunk 82ac3aa6d -> 5d0f01e1f


HDFS-13722. HDFS Native Client Fails Compilation on Ubuntu 18.04 (contributed by Jack Bearden)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5d0f01e1
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5d0f01e1
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5d0f01e1

Branch: refs/heads/trunk
Commit: 5d0f01e1fe988616d53120bad0cb69a825a4dde0
Parents: 82ac3aa
Author: Allen Wittenauer <aw...@apache.org>
Authored: Tue Jul 10 12:17:44 2018 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Tue Jul 10 12:17:44 2018 -0700

----------------------------------------------------------------------
 .../src/main/native/libhdfspp/lib/rpc/request.cc                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5d0f01e1/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/request.cc
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/request.cc b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/request.cc
index 9157476..2de26fd 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/request.cc
+++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/request.cc
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
 
-
+#include <functional>
 #include "request.h"
 #include "rpc_engine.h"
 #include "sasl_protocol.h"


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