diff options
author | Josh Blum | 2012-09-12 00:14:54 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-12 00:14:54 -0700 |
commit | 8695f6127a447dbe6f5cf6eeba9d5cd110e33420 (patch) | |
tree | 9c097ba205781e91909db935e8d232e753c1feaa /lib/top_block.cpp | |
parent | a822c2f3063030d9af172c4d3798885f3281d44e (diff) | |
download | sandhi-8695f6127a447dbe6f5cf6eeba9d5cd110e33420.tar.gz sandhi-8695f6127a447dbe6f5cf6eeba9d5cd110e33420.tar.bz2 sandhi-8695f6127a447dbe6f5cf6eeba9d5cd110e33420.zip |
split up misc header into messages and token
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r-- | lib/top_block.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp index f3e1fc8..0adcdb0 100644 --- a/lib/top_block.cpp +++ b/lib/top_block.cpp @@ -15,6 +15,7 @@ // along with io_sig program. If not, see <http://www.gnu.org/licenses/>. #include "element_impl.hpp" +#include <gras_impl/messages.hpp> #include <gnuradio/top_block.hpp> #include <boost/thread/thread.hpp> //sleep |