diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-06-17 01:26:08 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-06-22 09:35:48 -0400 |
commit | 2f56b6988ae425d063fed2d48f7a03b3ba800225 (patch) | |
tree | e8cbc0192e530fee58bc4165b51f4c06c86b8006 /gr-vocoder/lib | |
parent | 30c17d5e0bc0eda3f3b43acf8b057bd77aaa5993 (diff) |
vocoder/freedv_rx: include boost/format where used
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gr-vocoder/lib')
-rw-r--r-- | gr-vocoder/lib/freedv_rx_ss_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-vocoder/lib/freedv_rx_ss_impl.cc b/gr-vocoder/lib/freedv_rx_ss_impl.cc index cb644b052e..0bb551f977 100644 --- a/gr-vocoder/lib/freedv_rx_ss_impl.cc +++ b/gr-vocoder/lib/freedv_rx_ss_impl.cc @@ -15,6 +15,7 @@ #include "freedv_rx_ss_impl.h" #include <gnuradio/io_signature.h> +#include <boost/format.hpp> #include <stdexcept> namespace gr { |