diff options
Diffstat (limited to 'gnuradio-runtime/lib/flat_flowgraph.cc')
-rw-r--r-- | gnuradio-runtime/lib/flat_flowgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/flat_flowgraph.cc b/gnuradio-runtime/lib/flat_flowgraph.cc index b798e4812e..a41d150e23 100644 --- a/gnuradio-runtime/lib/flat_flowgraph.cc +++ b/gnuradio-runtime/lib/flat_flowgraph.cc @@ -30,9 +30,9 @@ #include <gnuradio/logger.h> #include <gnuradio/prefs.h> #include <volk/volk.h> +#include <boost/format.hpp> #include <iostream> #include <map> -#include <boost/format.hpp> namespace gr { |