summaryrefslogtreecommitdiff
path: root/gr-blocks
diff options
context:
space:
mode:
authorJosh Blum2013-01-14 17:41:04 -0600
committerJohnathan Corgan2013-01-14 15:49:09 -0800
commite7b6bcc4639464a4661d20c055cc43948eaa7e97 (patch)
treec62a40ad0d55fb6bad727a8f62afdaf1895ab610 /gr-blocks
parent241cacef600c0cc5eaaa560959958ad2784970cb (diff)
downloadgnuradio-e7b6bcc4639464a4661d20c055cc43948eaa7e97.tar.gz
gnuradio-e7b6bcc4639464a4661d20c055cc43948eaa7e97.tar.bz2
gnuradio-e7b6bcc4639464a4661d20c055cc43948eaa7e97.zip
block: file_source_impl missing mutex include
Diffstat (limited to 'gr-blocks')
-rw-r--r--gr-blocks/lib/file_source_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/lib/file_source_impl.h b/gr-blocks/lib/file_source_impl.h
index 600fe80ab..fc7f8053d 100644
--- a/gr-blocks/lib/file_source_impl.h
+++ b/gr-blocks/lib/file_source_impl.h
@@ -24,6 +24,7 @@
#define INCLUDED_BLOCKS_FILE_SOURCE_IMPL_H
#include <blocks/file_source.h>
+#include <boost/thread/mutex.hpp>
namespace gr {
namespace blocks {