aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/lmx2592.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-07-09 13:28:38 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-07-14 16:19:08 -0500
commit14ea574bb7e1a8e6dc1d8d8935cd527b2947009c (patch)
treecdadfabbbbd0ec37219da6dcce759ed94d4a0f81 /host/lib/usrp/common/lmx2592.cpp
parent04a83b6e76beef970854da69ba882d717669b49c (diff)
downloaduhd-14ea574bb7e1a8e6dc1d8d8935cd527b2947009c.tar.gz
uhd-14ea574bb7e1a8e6dc1d8d8935cd527b2947009c.tar.bz2
uhd-14ea574bb7e1a8e6dc1d8d8935cd527b2947009c.zip
lib: Add various missing includes
Diffstat (limited to 'host/lib/usrp/common/lmx2592.cpp')
-rw-r--r--host/lib/usrp/common/lmx2592.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/common/lmx2592.cpp b/host/lib/usrp/common/lmx2592.cpp
index c80361f4a..0833bc7c4 100644
--- a/host/lib/usrp/common/lmx2592.cpp
+++ b/host/lib/usrp/common/lmx2592.cpp
@@ -7,6 +7,7 @@
#include "lmx2592_regs.hpp"
#include <uhdlib/usrp/common/lmx2592.hpp>
#include <uhdlib/utils/narrow.hpp>
+#include <array>
#include <chrono>
#include <iomanip>