summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/throttle_impl.h
diff options
context:
space:
mode:
authorJosh Blum2013-03-17 23:13:59 -0700
committerJosh Blum2013-03-17 23:13:59 -0700
commite8a55993675d6d1fd095c2e99d4934329caa1358 (patch)
tree8dc77ff2d7e118c11ed8aee629563ffec863685c /gr-blocks/lib/throttle_impl.h
parentbfefd11011987fe9755dd72d86ad4f052b3d263e (diff)
downloadgnuradio-e8a55993675d6d1fd095c2e99d4934329caa1358.tar.gz
gnuradio-e8a55993675d6d1fd095c2e99d4934329caa1358.tar.bz2
gnuradio-e8a55993675d6d1fd095c2e99d4934329caa1358.zip
block: added missing include in throttle
Diffstat (limited to 'gr-blocks/lib/throttle_impl.h')
-rw-r--r--gr-blocks/lib/throttle_impl.h1
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 {