From 08bad571b7e535bf665aec78d4468dbb231474a7 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 10 Feb 2011 14:24:51 -0800 Subject: uhd: use ref vector class for the conversion routines I/O --- host/include/uhd/convert.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/convert.hpp b/host/include/uhd/convert.hpp index bfe8c8267..8fc2f38db 100644 --- a/host/include/uhd/convert.hpp +++ b/host/include/uhd/convert.hpp @@ -21,15 +21,15 @@ #include #include #include +#include #include #include -#include namespace uhd{ namespace convert{ - typedef std::vector output_type; - typedef std::vector input_type; - typedef boost::function function_type; + typedef uhd::ref_vector output_type; + typedef uhd::ref_vector input_type; + typedef boost::function function_type; /*! * Describe the priority of a converter function. -- cgit v1.2.3