aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2024-03-19 17:21:26 +0100
committerjoergho <48011876+joergho@users.noreply.github.com>2024-03-19 20:46:49 +0100
commitb8375fb084af800a8068ca67a112ef579adf67c9 (patch)
tree2062917fd44e1e9e5bb08a661b9b226f56108ec6
parentpython: add access for db_iface from property_tree (diff)
downloaduhd-b8375fb084af800a8068ca67a112ef579adf67c9.tar.xz
uhd-b8375fb084af800a8068ca67a112ef579adf67c9.zip
lib: x300: Add missing <string> include
-rw-r--r--host/lib/usrp/x300/x300_mb_controller.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_mb_controller.hpp b/host/lib/usrp/x300/x300_mb_controller.hpp
index 900a6aa58..75fb12438 100644
--- a/host/lib/usrp/x300/x300_mb_controller.hpp
+++ b/host/lib/usrp/x300/x300_mb_controller.hpp
@@ -17,6 +17,7 @@
#include <uhd/usrp/gps_ctrl.hpp>
#include <uhdlib/features/discoverable_feature_registry.hpp>
#include <unordered_set>
+#include <string>
namespace uhd { namespace rfnoc {