aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/transport/dpdk_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/transport/dpdk_common.hpp')
-rw-r--r--host/lib/include/uhdlib/transport/dpdk_common.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/transport/dpdk_common.hpp b/host/lib/include/uhdlib/transport/dpdk_common.hpp
index 2f320e79e..0db51e80f 100644
--- a/host/lib/include/uhdlib/transport/dpdk_common.hpp
+++ b/host/lib/include/uhdlib/transport/dpdk_common.hpp
@@ -10,6 +10,7 @@
#include <uhd/config.hpp>
#include <uhd/types/device_addr.hpp>
#include <uhd/utils/static.hpp>
+#include <uhd/utils/noncopyable.hpp>
#include <array>
#include <atomic>
#include <mutex>
@@ -17,7 +18,7 @@
namespace uhd { namespace transport {
-class uhd_dpdk_ctx : boost::noncopyable {
+class uhd_dpdk_ctx : uhd::noncopyable {
public:
UHD_SINGLETON_FCN(uhd_dpdk_ctx, get);