summaryrefslogtreecommitdiff
path: root/src/lib/subtitle_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-14 22:49:36 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-14 22:49:36 +0100
commit1858190cff2f960f3d1f0a5cc02c69da86088f5b (patch)
tree487a3b83f9105e22ce13972890197477540b72ea /src/lib/subtitle_decoder.cc
parent7f4d248b3092b30c5fe2f71d8c746cf51fcc23dd (diff)
Lots of #include <iostream>s for Arch.
Diffstat (limited to 'src/lib/subtitle_decoder.cc')
-rw-r--r--src/lib/subtitle_decoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/subtitle_decoder.cc b/src/lib/subtitle_decoder.cc
index 533668616..a95964f47 100644
--- a/src/lib/subtitle_decoder.cc
+++ b/src/lib/subtitle_decoder.cc
@@ -21,6 +21,7 @@
#include "subtitle_content.h"
#include <boost/shared_ptr.hpp>
#include <boost/foreach.hpp>
+#include <iostream>
using std::list;
using std::cout;