diff options
-rw-r--r-- | gr-blocks/lib/throttle_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/lib/throttle_impl.h b/gr-blocks/lib/throttle_impl.h index 86dbef2ac..bce67ae64 100644 --- a/gr-blocks/lib/throttle_impl.h +++ b/gr-blocks/lib/throttle_impl.h @@ -24,6 +24,7 @@ #define INCLUDED_GR_THROTTLE_IMPL_H #include <blocks/throttle.h> +#include <boost/thread/thread.hpp> //d_start namespace gr { namespace blocks { |