summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/buffer.cc
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-17 01:42:28 +0200
committerMartin Braun <martin@gnuradio.org>2021-09-07 06:46:35 -0700
commita2e6f3f6e34ba5b51179712a3f75f9d4c2ff1661 (patch)
tree42052843a8e85fe704299efcc9f91ccf3e0dcc8a /gnuradio-runtime/lib/buffer.cc
parent774d30d66afdab0c16d9239d84e5829187f791c4 (diff)
runtime: include boost/format where used
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/lib/buffer.cc')
-rw-r--r--gnuradio-runtime/lib/buffer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/buffer.cc b/gnuradio-runtime/lib/buffer.cc
index 76bd5fc0cc..cb6b949932 100644
--- a/gnuradio-runtime/lib/buffer.cc
+++ b/gnuradio-runtime/lib/buffer.cc
@@ -15,6 +15,7 @@
#include <gnuradio/buffer.h>
#include <gnuradio/integer_math.h>
#include <gnuradio/math.h>
+#include <boost/format.hpp>
#include <algorithm>
#include <cassert>
#include <stdexcept>