diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-09 23:04:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-09 23:04:36 +0100 |
| commit | 660a286e004ca1ebd467f082947df007be4ef325 (patch) | |
| tree | 6d866d8339b7c4b90724bab24e783f81b2d68a90 /test | |
| parent | 85c2c9250f86dcc685b6e93e1e671a64cc0a24f3 (diff) | |
Fix logic of audio decoder positioning.
Diffstat (limited to 'test')
| -rw-r--r-- | test/torture_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/torture_test.cc b/test/torture_test.cc index 8bf73974f..3736b3e65 100644 --- a/test/torture_test.cc +++ b/test/torture_test.cc @@ -39,8 +39,10 @@ #include <dcp/mono_picture_frame.h> #include <dcp/openjpeg_image.h> #include <boost/test/unit_test.hpp> +#include <iostream> using std::list; +using std::cout; using boost::shared_ptr; using boost::dynamic_pointer_cast; |
