diff options
Diffstat (limited to 'gnuradio-runtime/lib/thread/thread_group.cc')
-rw-r--r-- | gnuradio-runtime/lib/thread/thread_group.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/thread/thread_group.cc b/gnuradio-runtime/lib/thread/thread_group.cc index 034fe82e75..e467dfda5a 100644 --- a/gnuradio-runtime/lib/thread/thread_group.cc +++ b/gnuradio-runtime/lib/thread/thread_group.cc @@ -12,7 +12,7 @@ * This was extracted from Boost 1.35.0 and fixed. */ -#include <thread/thread_group.h> +#include <gnuradio/thread/thread_group.h> namespace gr { namespace thread { |