diff options
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r-- | lib/top_block.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp index a09744e..b82f603 100644 --- a/lib/top_block.cpp +++ b/lib/top_block.cpp @@ -15,10 +15,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. #include "element_impl.hpp" -#include <gnuradio/top_block.hpp> +#include <gras/top_block.hpp> #include <boost/thread/thread.hpp> //sleep -using namespace gnuradio; +using namespace gras; GlobalBlockConfig::GlobalBlockConfig(void) { |