diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-11-14 12:44:14 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-11-14 12:44:14 -0500 |
commit | 1fa1ed66f85aaf3e37ca5b0060378a54ce9f50d8 (patch) | |
tree | eef7ef79de18ea4f05c0e92b9c7058dc3af720a0 | |
parent | 08b397ed5bc1cbf41df575018540d9a4acddfb48 (diff) |
runtime: minor swig fix of declaring std_string.i. Need for OS X 10.9.
-rw-r--r-- | gnuradio-runtime/swig/gnuradio.i | 1 | ||||
-rw-r--r-- | gnuradio-runtime/swig/gr_types.i | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/swig/gnuradio.i b/gnuradio-runtime/swig/gnuradio.i index c756ce9189..7056d28ff5 100644 --- a/gnuradio-runtime/swig/gnuradio.i +++ b/gnuradio-runtime/swig/gnuradio.i @@ -28,6 +28,7 @@ // SWIG interface definition //////////////////////////////////////////////////////////////////////// +%include "std_string.i" %include <gr_extras.i> #ifdef SW_RUNTIME diff --git a/gnuradio-runtime/swig/gr_types.i b/gnuradio-runtime/swig/gr_types.i index 6e24cde90c..8ae953b904 100644 --- a/gnuradio-runtime/swig/gr_types.i +++ b/gnuradio-runtime/swig/gr_types.i @@ -23,7 +23,6 @@ #ifndef SWIG_GR_TYPES_I #define SWIG_GR_TYPES_I -%include "std_string.i" %include "stdint.i" %{ |