New test.
[libdcp.git] / test / decryption_test.cc
index e075a5127e46fe8556a9a7f2d4896226c664e6a8..0f5a4ef0c394953c623de5668e04619c4b861195 100644 (file)
 
 */
 
-#include <tiffio.h>
+#include <boost/test/unit_test.hpp>
 #include "kdm.h"
-#include "picture_frame.h"
+#include "dcp.h"
+#include "mono_picture_frame.h"
+#include "cpl.h"
 #include "argb_frame.h"
+#include "mono_picture_asset.h"
+#include "reel.h"
+#include "test.h"
 
 using boost::dynamic_pointer_cast;
+using boost::shared_ptr;
 
 static shared_ptr<const libdcp::ARGBFrame>
 get_frame (libdcp::DCP const & dcp)