summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/thread/thread_group.h
diff options
context:
space:
mode:
authorJosh Morman <jmorman@gnuradio.org>2021-11-04 14:27:50 -0400
committermormj <34754695+mormj@users.noreply.github.com>2021-11-06 08:24:32 -0400
commit535bac6bc2409c3cf9e70c0fb62a7f789a5ec6fc (patch)
tree6505d6322e6c8afa66fe901f879af48d049b2a34 /gnuradio-runtime/include/gnuradio/thread/thread_group.h
parent9b150efbc8a8458d9ed192daed34a7ff4e2948a0 (diff)
Revert "Replace boost::any with std::any"
This reverts commit ccd28dfbb1504fdc29db267acd8aa3354fe10cd2.
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/thread/thread_group.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/thread/thread_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/thread/thread_group.h b/gnuradio-runtime/include/gnuradio/thread/thread_group.h
index 425858636f..9895068373 100644
--- a/gnuradio-runtime/include/gnuradio/thread/thread_group.h
+++ b/gnuradio-runtime/include/gnuradio/thread/thread_group.h
@@ -17,6 +17,7 @@
#include <gnuradio/api.h>
#include <gnuradio/thread/thread.h>
+#include <boost/any.hpp>
#include <boost/core/noncopyable.hpp>
#include <boost/function.hpp>
#include <boost/thread/shared_mutex.hpp>