diff options
author | Josh Blum | 2012-09-29 10:09:13 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-29 10:09:13 -0700 |
commit | 17e39ddbb0940d9d5e687713531e9a18d18e29f1 (patch) | |
tree | f4872dc865e42a2584aa31d96055dfb0bac7cf86 /lib/block_handlers.cpp | |
parent | ba9ed63e59c1fc92bc823d11d779fe162df0aca1 (diff) | |
download | sandhi-17e39ddbb0940d9d5e687713531e9a18d18e29f1.tar.gz sandhi-17e39ddbb0940d9d5e687713531e9a18d18e29f1.tar.bz2 sandhi-17e39ddbb0940d9d5e687713531e9a18d18e29f1.zip |
ported input and output port handlers to apology
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index c12820d..bf081a1 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.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/block_actor.hpp> #include <gras_impl/vector_utils.hpp> #include <boost/make_shared.hpp> #include <boost/bind.hpp> |