summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/block.cc
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-04-20 12:29:28 -0400
committerTom Rondeau <tom@trondeau.com>2014-05-17 17:45:09 -0400
commit1dad92a931495fb7a300a03594775c9c82c43ec2 (patch)
tree4238bae1a7ce1d5f51710bcf5ad5708e8743a862 /gnuradio-runtime/lib/block.cc
parentf41dd8c3e10c3ca3228115c8e0b149626850fec1 (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.cc1
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>