summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-11-14 12:44:14 -0500
committerTom Rondeau <tom@trondeau.com>2013-11-14 12:44:14 -0500
commit1fa1ed66f85aaf3e37ca5b0060378a54ce9f50d8 (patch)
treeeef7ef79de18ea4f05c0e92b9c7058dc3af720a0
parent08b397ed5bc1cbf41df575018540d9a4acddfb48 (diff)
runtime: minor swig fix of declaring std_string.i. Need for OS X 10.9.
-rw-r--r--gnuradio-runtime/swig/gnuradio.i1
-rw-r--r--gnuradio-runtime/swig/gr_types.i1
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"
%{