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/hier_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/hier_block.cpp')
-rw-r--r-- | lib/hier_block.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hier_block.cpp b/lib/hier_block.cpp index 422ed77..6c95e9b 100644 --- a/lib/hier_block.cpp +++ b/lib/hier_block.cpp @@ -15,9 +15,9 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. #include "element_impl.hpp" -#include <gnuradio/hier_block.hpp> +#include <gras/hier_block.hpp> -using namespace gnuradio; +using namespace gras; HierBlock::HierBlock(void) { |