diff options
Diffstat (limited to 'gnuradio-runtime/lib/flowgraph.cc')
-rw-r--r-- | gnuradio-runtime/lib/flowgraph.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/flowgraph.cc b/gnuradio-runtime/lib/flowgraph.cc index acc1429ae2..11c816f79f 100644 --- a/gnuradio-runtime/lib/flowgraph.cc +++ b/gnuradio-runtime/lib/flowgraph.cc @@ -25,9 +25,9 @@ #endif #include <gnuradio/flowgraph.h> -#include <stdexcept> -#include <sstream> #include <iterator> +#include <sstream> +#include <stdexcept> namespace gr { |