Procházet zdrojové kódy

HDFS-17226. Building native libraries fails on Fedora 38. (#6191)

(cherry picked from commit a47df85360bfebbb7dfd658630b7c66d982a49cf)
Kengo Seki před 1 týdnem
rodič
revize
a43b2c9442

+ 1 - 0
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/content_summary.h

@@ -19,6 +19,7 @@
 #define HDFSPP_CONTENT_SUMMARY_H_
 
 #include <string>
+#include <cstdint>
 
 namespace hdfs {
 

+ 1 - 0
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/fsinfo.h

@@ -19,6 +19,7 @@
 #define HDFSPP_FSINFO_H_
 
 #include <string>
+#include <cstdint>
 
 namespace hdfs {
 

+ 1 - 0
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/statinfo.h

@@ -19,6 +19,7 @@
 #define HDFSPP_STATINFO_H_
 
 #include <string>
+#include <cstdint>
 
 namespace hdfs {
 

+ 1 - 0
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/uri.h

@@ -22,6 +22,7 @@
 #include <iostream>
 #include <string>
 #include <vector>
+#include <cstdint>
 #include <stdexcept>
 
 namespace hdfs