Browse Source

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

Kengo Seki 1 week ago
parent
commit
a47df85360

+ 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_
 #define HDFSPP_CONTENT_SUMMARY_H_
 
 
 #include <string>
 #include <string>
+#include <cstdint>
 
 
 namespace hdfs {
 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_
 #define HDFSPP_FSINFO_H_
 
 
 #include <string>
 #include <string>
+#include <cstdint>
 
 
 namespace hdfs {
 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_
 #define HDFSPP_STATINFO_H_
 
 
 #include <string>
 #include <string>
+#include <cstdint>
 
 
 namespace hdfs {
 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 <iostream>
 #include <string>
 #include <string>
 #include <vector>
 #include <vector>
+#include <cstdint>
 #include <stdexcept>
 #include <stdexcept>
 
 
 namespace hdfs
 namespace hdfs