diff options
author | Tom Rondeau | 2013-03-26 13:27:53 -0400 |
---|---|---|
committer | Tom Rondeau | 2013-03-26 13:27:53 -0400 |
commit | 71803b9ae55e688476f24637713a89ab6bd2cf17 (patch) | |
tree | 9e4c1f660b0c01b31f4883ebface5f13b7916672 /gnuradio-core/src/lib/swig | |
parent | ce52bd370c0b13ed4de11df08168768dec327497 (diff) | |
download | gnuradio-71803b9ae55e688476f24637713a89ab6bd2cf17.tar.gz gnuradio-71803b9ae55e688476f24637713a89ab6bd2cf17.tar.bz2 gnuradio-71803b9ae55e688476f24637713a89ab6bd2cf17.zip |
affinity: fixes a problem with using gr types (for uint8 vectors) in setting processor affinity.
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 3a421ad5d..0f02554c9 100644 --- a/gnuradio-core/src/lib/swig/gnuradio.i +++ b/gnuradio-core/src/lib/swig/gnuradio.i @@ -44,6 +44,7 @@ // local file %include <gr_shared_ptr.i> +%include <gr_types.h> %include <std_complex.i> %include <std_vector.i> %include <stl.i> |