summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/runtime.i
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/lib/runtime/runtime.i')
-rw-r--r--gnuradio-core/src/lib/runtime/runtime.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/runtime.i b/gnuradio-core/src/lib/runtime/runtime.i
index 935b43742..2da3f40a4 100644
--- a/gnuradio-core/src/lib/runtime/runtime.i
+++ b/gnuradio-core/src/lib/runtime/runtime.i
@@ -67,7 +67,7 @@
//the bare minimum block inheritance interface to make things work but keep swig cxx file size down
%include <gras/gras.hpp>
-%include <gras/element.hpp>
+%import <gras/element.i>
namespace gras
{
struct Block : gras::Element{};