diff options
Diffstat (limited to 'test/subtitle_tests.cc')
| -rw-r--r-- | test/subtitle_tests.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/subtitle_tests.cc b/test/subtitle_tests.cc index 64a3f6bd..a8fa78b7 100644 --- a/test/subtitle_tests.cc +++ b/test/subtitle_tests.cc @@ -17,6 +17,12 @@ */ +#include <boost/test/unit_test.hpp> +#include "subtitle_asset.h" + +using std::list; +using boost::shared_ptr; + /* Load a subtitle asset from XML and check that it is read correctly */ BOOST_AUTO_TEST_CASE (subtitles1) { |
