This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new a43b2c94425 HDFS-17226. Building native libraries fails on Fedora 38. (#6191) a43b2c94425 is described below commit a43b2c94425a002902fa36507487c6c689dbf8a4 Author: Kengo Seki <sek...@apache.org> AuthorDate: Wed Apr 23 00:12:22 2025 +0900 HDFS-17226. Building native libraries fails on Fedora 38. (#6191) (cherry picked from commit a47df85360bfebbb7dfd658630b7c66d982a49cf) --- .../src/main/native/libhdfspp/include/hdfspp/content_summary.h | 1 + .../src/main/native/libhdfspp/include/hdfspp/fsinfo.h | 1 + .../src/main/native/libhdfspp/include/hdfspp/statinfo.h | 1 + .../src/main/native/libhdfspp/include/hdfspp/uri.h | 1 + 4 files changed, 4 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/content_summary.h b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/content_summary.h index 6762a65ca90..d9809bab592 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/content_summary.h +++ b/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 { diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/fsinfo.h b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/fsinfo.h index 103cf133bec..156ed445181 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/fsinfo.h +++ b/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 { diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/statinfo.h b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/statinfo.h index 1da1f18a592..5924d1db005 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/statinfo.h +++ b/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 { diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/uri.h b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/uri.h index bc3d8b96d3f..a7f735afb5d 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/uri.h +++ b/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 --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org