Move all ostream operator<< into some test-only stream_operators.{cc,h} files.
[libdcp.git] / test / read_dcp_test.cc
index 9c5450914a10a12f250684deeae60ca6a50e773b..f995353efd0f59c70ce7688e027be3f5baf6efa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
@@ -35,6 +35,7 @@
 #include <boost/optional/optional_io.hpp>
 #include "dcp.h"
 #include "cpl.h"
+#include "stream_operators.h"
 
 using std::list;
 using std::shared_ptr;