diff options
Diffstat (limited to 'gnuradio-runtime/lib/flat_flowgraph.h')
-rw-r--r-- | gnuradio-runtime/lib/flat_flowgraph.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/flat_flowgraph.h b/gnuradio-runtime/lib/flat_flowgraph.h index 6c299ee5f9..fad14279ae 100644 --- a/gnuradio-runtime/lib/flat_flowgraph.h +++ b/gnuradio-runtime/lib/flat_flowgraph.h @@ -26,6 +26,7 @@ #include <gnuradio/api.h> #include <gnuradio/flowgraph.h> #include <gnuradio/block.h> +#include <gnuradio/logger.h> namespace gr { @@ -89,6 +90,9 @@ namespace gr { * start and restarts. */ void setup_buffer_alignment(block_sptr block); + + gr::logger_ptr d_logger; + gr::logger_ptr d_debug_logger; }; } /* namespace gr */ |