File uhd-fix-build-gcc15.patch of Package uhd
diff -up uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp.aaaa uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp
--- uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp.aaaa 2025-01-27 15:59:07.000000000 +0100
+++ uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp 2025-07-09 10:19:34.445145887 +0200
@@ -9,6 +9,7 @@
#include <uhd/config.hpp>
#include <uhd/features/discoverable_feature.hpp>
#include <memory>
+#include <cstdint>
namespace uhd { namespace features {
diff -up uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp.aaaa uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp
--- uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp.aaaa 2025-07-09 10:23:04.637270250 +0200
+++ uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp 2025-07-09 10:24:20.394718198 +0200
@@ -10,6 +10,7 @@
#include <unordered_map>
#include <array>
#include <cstddef>
+#include <cstdint>
#include <cstring>
#include <list>
#include <map>