diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-04-20 12:29:28 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-05-17 17:45:09 -0400 |
commit | 1dad92a931495fb7a300a03594775c9c82c43ec2 (patch) | |
tree | 4238bae1a7ce1d5f51710bcf5ad5708e8743a862 /gnuradio-runtime/lib/block.cc | |
parent | f41dd8c3e10c3ca3228115c8e0b149626850fec1 (diff) |
cmake and build: fixes for cross-compiling to enable ControlPort with ICE.
Diffstat (limited to 'gnuradio-runtime/lib/block.cc')
-rw-r--r-- | gnuradio-runtime/lib/block.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/block.cc b/gnuradio-runtime/lib/block.cc index 7a1364def9..c8cb5f908e 100644 --- a/gnuradio-runtime/lib/block.cc +++ b/gnuradio-runtime/lib/block.cc @@ -30,6 +30,7 @@ #include <gnuradio/buffer.h> #include <gnuradio/prefs.h> #include <gnuradio/config.h> +#include <gnuradio/rpcregisterhelpers.h> #include <stdexcept> #include <iostream> |