summaryrefslogtreecommitdiff
path: root/test/xml_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-14 23:45:20 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-14 23:45:20 +0100
commit17553e8613a83bbca51781e5c8d2308810e2aeeb (patch)
tree368f5cd2c2a930580b88d597300e6434ea1a4375 /test/xml_subtitle_test.cc
parent1858190cff2f960f3d1f0a5cc02c69da86088f5b (diff)
More <iostream> includes for Arch.
Diffstat (limited to 'test/xml_subtitle_test.cc')
-rw-r--r--test/xml_subtitle_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/xml_subtitle_test.cc b/test/xml_subtitle_test.cc
index 536cb7d46..837c73c58 100644
--- a/test/xml_subtitle_test.cc
+++ b/test/xml_subtitle_test.cc
@@ -27,6 +27,7 @@
#include "lib/ratio.h"
#include "lib/dcp_content_type.h"
#include "test.h"
+#include <iostream>
using std::cout;
using boost::shared_ptr;