From 82f18329e808d8bbf2f475aa0cf4f367175a855d Mon Sep 17 00:00:00 2001
From: Marcus Müller <mmueller@gnuradio.org>
Date: Thu, 17 Jun 2021 01:18:28 +0200
Subject: modules: include boost/format where used
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

in the classic modules:

audio
blocks
digital
dtv
fec
fft
filter
qtgui
trellis/fsm
uhd
video-sdl
vocoder/freedv_rx

Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
---
 gr-fec/lib/cc_decoder_impl.cc | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-fec/lib/cc_decoder_impl.cc')

diff --git a/gr-fec/lib/cc_decoder_impl.cc b/gr-fec/lib/cc_decoder_impl.cc
index dcc3b6e979..b7d9083e58 100644
--- a/gr-fec/lib/cc_decoder_impl.cc
+++ b/gr-fec/lib/cc_decoder_impl.cc
@@ -14,6 +14,7 @@
 
 #include "cc_decoder_impl.h"
 #include <volk/volk.h>
+#include <boost/format.hpp>
 #include <cmath>
 #include <cstdio>
 #include <sstream>
-- 
cgit v1.2.3