From 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Jul 2013 16:07:35 +0100 Subject: Split test compile up into individual files. --- test/stream_test.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/stream_test.cc') diff --git a/test/stream_test.cc b/test/stream_test.cc index a95eb708c..b56f133c7 100644 --- a/test/stream_test.cc +++ b/test/stream_test.cc @@ -17,9 +17,14 @@ */ +#include +#include #include +#include "lib/ffmpeg_content.h" using std::pair; +using std::list; +using boost::shared_ptr; BOOST_AUTO_TEST_CASE (stream_test) { -- cgit v1.2.3