diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-26 13:28:26 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-26 13:28:26 -0400 |
commit | 9a7c9b1ef88da5bbed515282c44fa60971e0a790 (patch) | |
tree | cbe1224d0b102844c5e65ec81eeca3026c39f81c /gnuradio-core/src/lib/swig | |
parent | a8e278314730535225c577a0e73a94dc7fbee082 (diff) | |
parent | 71803b9ae55e688476f24637713a89ab6bd2cf17 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gnuradio-core/src/lib/swig')
-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> |