diff options
author | Josh Blum | 2012-10-28 22:39:39 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-28 22:39:39 -0700 |
commit | 77f79c8e2c45d816a2ecb869b2869825b3293640 (patch) | |
tree | 888dfa430241024e0dd47248aa14a8a09394d469 /lib/top_block.cpp | |
parent | 9620afa87986645653b171fb2c74c06597edb382 (diff) | |
download | sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.gz sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.bz2 sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.zip |
work on stand-alone library build
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) { |