summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/scheduler.h
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-17 12:14:00 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-06-22 09:35:48 -0400
commit5ed43ed63b20d74a2641c8d1e547f84cd98179e4 (patch)
tree60afaa24b0a9f5d3ab657dc21c7ca8721a4dc4a2 /gnuradio-runtime/lib/scheduler.h
parent54ff6375bdec9fc2c202604fa648784f486d0433 (diff)
runtime: cleaning up unspecific/mistaken boost dependencies
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/lib/scheduler.h')
-rw-r--r--gnuradio-runtime/lib/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/scheduler.h b/gnuradio-runtime/lib/scheduler.h
index e56f0bfb19..3eec1e8df9 100644
--- a/gnuradio-runtime/lib/scheduler.h
+++ b/gnuradio-runtime/lib/scheduler.h
@@ -14,7 +14,7 @@
#include "flat_flowgraph.h"
#include <gnuradio/api.h>
#include <gnuradio/block.h>
-#include <boost/utility.hpp>
+#include <boost/core/noncopyable.hpp>
namespace gr {