فهرست منبع

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

Allen Wittenauer 6 سال پیش
والد
کامیت
5d0f01e1fe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/request.cc

+ 1 - 1
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"