Bump version
[dcpomatic.git] / test / threed_test.cc
index f51a77109a6ccda11e1d5eb0546d7b866d18ebb4..d71ad5b77460dc91855b827ab605bc96489951b4 100644 (file)
@@ -27,6 +27,7 @@
 #include "lib/ratio.h"
 #include "lib/dcp_content_type.h"
 #include "lib/ffmpeg_content.h"
+#include <iostream>
 
 using std::cout;
 using boost::shared_ptr;
@@ -42,7 +43,7 @@ BOOST_AUTO_TEST_CASE (threed_test)
        wait_for_jobs ();
 
        c->set_scale (VideoContentScale (Ratio::from_id ("185")));
-       
+
        film->set_container (Ratio::from_id ("185"));
        film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));
        film->set_three_d (true);