diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-25 10:46:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-25 10:46:15 +0000 |
| commit | 0412f1a2b29f380cb4ca35787fc7174d6948072c (patch) | |
| tree | a0f74429e57e868614da7e01a43cf9a4e73cf9e4 /src/lib/subtitle_content.cc | |
| parent | a983bc3abceadae75c7fa070ae394a69e6d8bd5b (diff) | |
Fix a couple of audio crashes in the film viewer. Fix serialisation of SubRipContent.
Diffstat (limited to 'src/lib/subtitle_content.cc')
| -rw-r--r-- | src/lib/subtitle_content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/subtitle_content.cc b/src/lib/subtitle_content.cc index 8f88574e5..4c6e60192 100644 --- a/src/lib/subtitle_content.cc +++ b/src/lib/subtitle_content.cc @@ -26,6 +26,7 @@ using std::string; using std::vector; +using std::cout; using boost::shared_ptr; using boost::lexical_cast; using boost::dynamic_pointer_cast; |
