Basic support for trusted device lists in KDMs (#750).
[dcpomatic.git] / test / import_dcp_test.cc
index 45cd9f413e6f3e675e9304c2145add06998990c0..32e31da475d1301ccd1d777de2f62a2d320c4312 100644 (file)
@@ -29,6 +29,7 @@
 #include <dcp/cpl.h>
 #include <boost/test/unit_test.hpp>
 
+using std::vector;
 using boost::shared_ptr;
 
 /** Make an encrypted DCP, import it and make a new unencrypted DCP */
@@ -54,6 +55,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test)
 
        dcp::EncryptedKDM kdm = A->make_kdm (
                Config::instance()->decryption_chain()->leaf (),
+               vector<dcp::Certificate> (),
                A_dcp.cpls().front()->file (),
                dcp::LocalTime ("2014-07-21T00:00:00+00:00"),
                dcp::LocalTime ("2024-07-21T00:00:00+00:00"),