diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/pycallback_object.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/pycallback_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/pycallback_object.h b/gnuradio-runtime/include/gnuradio/pycallback_object.h index 87f5e41691..4cc2488e64 100644 --- a/gnuradio-runtime/include/gnuradio/pycallback_object.h +++ b/gnuradio-runtime/include/gnuradio/pycallback_object.h @@ -20,10 +20,10 @@ * Boston, MA 02110-1301, USA. */ -#include <iostream> #include <gnuradio/rpcregisterhelpers.h> #include <pythread.h> #include <boost/format.hpp> +#include <iostream> enum pyport_t { PYPORT_STRING, PYPORT_FLOAT }; |