aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc')
-rw-r--r--host/lib/rfnoc/mgmt_portal.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/host/lib/rfnoc/mgmt_portal.cpp b/host/lib/rfnoc/mgmt_portal.cpp
index 2fecacf2b..8ad214f5b 100644
--- a/host/lib/rfnoc/mgmt_portal.cpp
+++ b/host/lib/rfnoc/mgmt_portal.cpp
@@ -11,12 +11,16 @@
#include <uhdlib/rfnoc/chdr_packet_writer.hpp>
#include <uhdlib/rfnoc/mgmt_portal.hpp>
#include <uhdlib/utils/narrow.hpp>
-#include <unordered_set>
#include <boost/format.hpp>
+#include <chrono>
#include <cmath>
+#include <map>
#include <mutex>
#include <queue>
+#include <string>
#include <thread>
+#include <tuple>
+#include <vector>
namespace uhd { namespace rfnoc { namespace mgmt {