diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-26 21:46:34 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-26 21:46:34 -0400 |
commit | 06949d7800f37b7a520e37105972b14f2b71025c (patch) | |
tree | 154139636aa6cefca27326487ad1fce1dc2eea2f /gnuradio-core/src/lib | |
parent | 5edf267f3e8155ac7450bdb4a85810cab258fbd2 (diff) | |
parent | 31472dae2eafe7ae62e4d87805f5493502b1f1cf (diff) |
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/swig/gnuradio.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i index 4378e6aad2..03b7817e22 100644 --- a/gnuradio-core/src/lib/swig/gnuradio.i +++ b/gnuradio-core/src/lib/swig/gnuradio.i @@ -45,6 +45,7 @@ // local file %include <gr_shared_ptr.i> +%include <gr_types.h> %include <std_complex.i> %include <std_vector.i> %include <stl.i> |