summaryrefslogtreecommitdiff
path: root/test/dcp_reader_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-07 19:33:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-07 19:33:54 +0100
commit5ad33b463f977a286f69fd1c87c0db8cc8ac9e56 (patch)
tree6a9a4124990ae801412b3b474a06e551e4c9ace1 /test/dcp_reader_test.cc
parent0d022c11fd502186caef368d9cd77e095f74026c (diff)
Missing iostream includes for Arch.
Diffstat (limited to 'test/dcp_reader_test.cc')
-rw-r--r--test/dcp_reader_test.cc1
1 files changed, 1 insertions, 0 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;