From 755569e66f7a939aa9392a79bf637d823fb78b84 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 17 Nov 2010 09:03:25 -0800 Subject: uhd: ranges symbol fix, try extern macro --- host/lib/types.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'host/lib') 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 #include #include +#include #include #include #include @@ -39,6 +40,12 @@ using namespace uhd; +/*********************************************************************** + * ranges template instantiation + **********************************************************************/ +template struct uhd::meta_range_t; +template struct uhd::meta_range_t; + /*********************************************************************** * tune request **********************************************************************/ -- cgit v1.2.3