Merge from the default branch
1 files changed, 3 insertions(+), 0 deletions(-) M src/DirectShowReadStream.cpp
M src/DirectShowReadStream.cpp +3 -0
@@ 5,6 5,7 @@ #include "DirectShowReadStream.h" #include "base/RingBuffer.h" +#include "bqvec/src/Allocators.h" #include "system/Thread.h" #include <windows.h> @@ 20,6 21,8 @@ using std::cerr; using std::endl; +using namespace breakfastquay; + namespace Turbot {