summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/thread/thread_body_wrapper.cc')
-rw-r--r--gnuradio-runtime/lib/thread/thread_body_wrapper.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/thread/thread_body_wrapper.cc b/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
index 4bf87c0943..905c93b1d6 100644
--- a/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
+++ b/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
@@ -14,6 +14,7 @@
#include <gnuradio/logger.h>
#include <gnuradio/thread/thread_body_wrapper.h>
+#include <boost/format.hpp>
#ifdef HAVE_SIGNAL_H
#include <csignal>