diff options
Diffstat (limited to 'include/gnuradio/thread_pool.hpp')
-rw-r--r-- | include/gnuradio/thread_pool.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gnuradio/thread_pool.hpp b/include/gnuradio/thread_pool.hpp index 42b4208..c0adc1c 100644 --- a/include/gnuradio/thread_pool.hpp +++ b/include/gnuradio/thread_pool.hpp @@ -18,6 +18,8 @@ #define INCLUDED_GNURADIO_THREAD_POOL_HPP #include <gnuradio/gras.hpp> +#include <boost/shared_ptr.hpp> +#include <boost/weak_ptr.hpp> //! ThreadPool is an unexposed Theron Framework //! Forward declare the Framwork for c++ users |