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/block_allocator.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/block_allocator.cpp')
-rw-r--r-- | lib/block_allocator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp index 327a3cd..22f60af 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.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 <boost/bind.hpp> using namespace gnuradio; |