diff options
author | Johnathan Corgan | 2013-01-14 15:57:56 -0800 |
---|---|---|
committer | Johnathan Corgan | 2013-01-14 15:57:56 -0800 |
commit | 45657c97c05763f0b8d1531493ff3d1be923d21a (patch) | |
tree | 1ae33447429ee53b5c4be4780438290d8798af31 /gr-blocks | |
parent | d1d210da036af0723c15d1c1f85fbacebe456bb5 (diff) | |
parent | 5099198a501d7ef22a8cbfecfd410cf3619a36c5 (diff) | |
download | gnuradio-45657c97c05763f0b8d1531493ff3d1be923d21a.tar.gz gnuradio-45657c97c05763f0b8d1531493ff3d1be923d21a.tar.bz2 gnuradio-45657c97c05763f0b8d1531493ff3d1be923d21a.zip |
Merge branch 'maint'
Diffstat (limited to 'gr-blocks')
-rw-r--r-- | gr-blocks/lib/file_source_impl.h | 1 |
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 { |