diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-17 09:03:25 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-17 09:03:25 -0800 |
commit | 755569e66f7a939aa9392a79bf637d823fb78b84 (patch) | |
tree | 2c82863729abcc314b83e38ff82b270c5c4092b6 /host/lib | |
parent | c5043c6aec21c9acadfb81594e5c7d10709fdba5 (diff) | |
download | uhd-755569e66f7a939aa9392a79bf637d823fb78b84.tar.gz uhd-755569e66f7a939aa9392a79bf637d823fb78b84.tar.bz2 uhd-755569e66f7a939aa9392a79bf637d823fb78b84.zip |
uhd: ranges symbol fix, try extern macro
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/types.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/lib/types.cpp b/host/lib/types.cpp index 8ccb664d5..bea20a4aa 100644 --- a/host/lib/types.cpp +++ b/host/lib/types.cpp @@ -21,6 +21,7 @@ #include <uhd/types/clock_config.hpp> #include <uhd/types/stream_cmd.hpp> #include <uhd/types/metadata.hpp> +#include <uhd/types/ranges.hpp> #include <uhd/types/time_spec.hpp> #include <uhd/types/device_addr.hpp> #include <uhd/types/mac_addr.hpp> @@ -40,6 +41,12 @@ using namespace uhd; /*********************************************************************** + * ranges template instantiation + **********************************************************************/ +template struct uhd::meta_range_t<float>; +template struct uhd::meta_range_t<double>; + +/*********************************************************************** * tune request **********************************************************************/ tune_request_t::tune_request_t(double target_freq): |