diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-09 12:56:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-09 12:56:44 +0100 |
| commit | 75575908149c2912111d93fe7718b7a6a99ae05b (patch) | |
| tree | 3d5f6528af80d1debd3f79abe0528e2a7c9a9ddd /test/subrip_reader_test.cc | |
| parent | 020fec3da7074f2770bb6e51d8e34b6535228347 (diff) | |
Arch compile fix.
Diffstat (limited to 'test/subrip_reader_test.cc')
| -rw-r--r-- | test/subrip_reader_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/subrip_reader_test.cc b/test/subrip_reader_test.cc index 597ccc9..0e7f50d 100644 --- a/test/subrip_reader_test.cc +++ b/test/subrip_reader_test.cc @@ -25,6 +25,7 @@ #include <boost/filesystem.hpp> #include <fstream> #include <cmath> +#include <iostream> using std::list; using std::cerr; |
