diff options
Diffstat (limited to 'test/stream_test.cc')
| -rw-r--r-- | test/stream_test.cc | 5 |
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) { |
