summaryrefslogtreecommitdiff
path: root/net-wireless/uhd/files/uhd-4.8.0.0-includes.patch
blob: 72f0545aafa0080bc70b31988d9c5201e2c42879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff --git a/include/uhd/features/ref_clk_calibration_iface.hpp b/include/uhd/features/ref_clk_calibration_iface.hpp
index 86a2005..0408489 100644
--- a/include/uhd/features/ref_clk_calibration_iface.hpp
+++ b/include/uhd/features/ref_clk_calibration_iface.hpp
@@ -9,6 +9,7 @@
 #include <uhd/config.hpp>
 #include <uhd/features/discoverable_feature.hpp>
 #include <memory>
+#include <cstdint>
 
 namespace uhd { namespace features {
 
diff --git a/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp b/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
index 11e2064..9794ba3 100644
--- a/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
+++ b/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
@@ -16,6 +16,7 @@
 #include <uhdlib/utils/rpc.hpp>
 #include <map>
 #include <memory>
+#include <cstdint>
 
 namespace uhd { namespace rfnoc {
 
diff --git a/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp b/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp
index fd23fb8..32026ff 100644
--- a/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp
+++ b/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp
@@ -15,6 +15,7 @@
 #include <map>
 #include <string>
 #include <vector>
+#include <cstdint>
 
 namespace uhd { namespace usrp { namespace fbx {