summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dcp_reader_test.cc1
-rw-r--r--test/iso6937_test.cc5
-rw-r--r--test/stl_binary_reader_test.cc4
3 files changed, 6 insertions, 4 deletions
diff --git a/test/dcp_reader_test.cc b/test/dcp_reader_test.cc
index d17d146..7fa419b 100644
--- a/test/dcp_reader_test.cc
+++ b/test/dcp_reader_test.cc
@@ -22,6 +22,7 @@
#include <boost/test/unit_test.hpp>
#include <boost/optional/optional_io.hpp>
#include <fstream>
+#include <iostream>
using std::list;
using std::cout;
diff --git a/test/iso6937_test.cc b/test/iso6937_test.cc
index f537230..ccb21f2 100644
--- a/test/iso6937_test.cc
+++ b/test/iso6937_test.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,8 +18,9 @@
*/
#include <boost/test/unit_test.hpp>
-#include <boost/locale.hpp>
#include "iso6937.h"
+#include <boost/locale.hpp>
+#include <iostream>
using std::cout;
using boost::locale::conv::utf_to_utf;
diff --git a/test/stl_binary_reader_test.cc b/test/stl_binary_reader_test.cc
index 2c301ee..8645805 100644
--- a/test/stl_binary_reader_test.cc
+++ b/test/stl_binary_reader_test.cc
@@ -18,10 +18,11 @@
*/
#include <boost/test/unit_test.hpp>
-#include <fstream>
#include "stl_binary_reader.h"
#include "subtitle.h"
#include "test.h"
+#include <fstream>
+#include <iostream>
using std::list;
using std::cout;
@@ -38,4 +39,3 @@ BOOST_AUTO_TEST_CASE (stl_binary_reader_test)
ifstream f (p.string().c_str ());
sub::STLBinaryReader r (f);
}
-