diff options
Diffstat (limited to 'host/include/uhd/transport/zero_copy.hpp')
-rw-r--r-- | host/include/uhd/transport/zero_copy.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/transport/zero_copy.hpp b/host/include/uhd/transport/zero_copy.hpp index 05582f902..09b39f454 100644 --- a/host/include/uhd/transport/zero_copy.hpp +++ b/host/include/uhd/transport/zero_copy.hpp @@ -9,6 +9,7 @@ #define INCLUDED_UHD_TRANSPORT_ZERO_COPY_HPP #include <uhd/config.hpp> +#include <uhd/utils/noncopyable.hpp> #include <boost/detail/atomic_count.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/shared_ptr.hpp> @@ -162,7 +163,7 @@ struct zero_copy_xport_params * Provides a way to get send and receive buffers * with memory managed by the transport object. */ -class UHD_API zero_copy_if : boost::noncopyable +class UHD_API zero_copy_if : uhd::noncopyable { public: typedef boost::shared_ptr<zero_copy_if> sptr; |