summaryrefslogtreecommitdiff
path: root/test/stream_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
commit59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch)
tree7eb15ce9c90240aaeacefce9f018281d720b248c /test/stream_test.cc
parentae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff)
Split test compile up into individual files.
Diffstat (limited to 'test/stream_test.cc')
-rw-r--r--test/stream_test.cc5
1 files changed, 5 insertions, 0 deletions
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 <boost/test/unit_test.hpp>
+#include <libxml++/libxml++.h>
#include <libcxml/cxml.h>
+#include "lib/ffmpeg_content.h"
using std::pair;
+using std::list;
+using boost::shared_ptr;
BOOST_AUTO_TEST_CASE (stream_test)
{