You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2019/03/14 06:51:01 UTC

[hawq] 01/03: HAWQ-1678. Add missing header file for libyarn client

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

huor pushed a commit to branch huor_orc
in repository https://gitbox.apache.org/repos/asf/hawq.git

commit 7cd9f0693332d3ce01667410d1c35ad0d49fd0f9
Author: Ruilong Huo <hu...@163.com>
AuthorDate: Thu Mar 14 11:23:19 2019 +0800

    HAWQ-1678. Add missing header file for libyarn client
---
 depends/libyarn/src/libyarnclient/ApplicationClient.cpp | 1 +
 depends/libyarn/src/libyarnclient/ApplicationMaster.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/depends/libyarn/src/libyarnclient/ApplicationClient.cpp b/depends/libyarn/src/libyarnclient/ApplicationClient.cpp
index b307624..5b194aa 100644
--- a/depends/libyarn/src/libyarnclient/ApplicationClient.cpp
+++ b/depends/libyarn/src/libyarnclient/ApplicationClient.cpp
@@ -19,6 +19,7 @@
 
 #include <iostream>
 #include <sstream>
+#include <vector>
 
 #include "rpc/RpcAuth.h"
 #include "common/XmlConfig.h"
diff --git a/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp b/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp
index 743de86..f0824b7 100644
--- a/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp
+++ b/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp
@@ -18,6 +18,7 @@
  */
 
 #include <pthread.h>
+#include <vector>
 
 #include "rpc/RpcAuth.h"
 #include "common/XmlConfig.h"