summaryrefslogtreecommitdiff
path: root/test/decryption_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/decryption_test.cc')
-rw-r--r--test/decryption_test.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc
index 253efac1..73dc9b97 100644
--- a/test/decryption_test.cc
+++ b/test/decryption_test.cc
@@ -17,11 +17,18 @@
*/
+#include <boost/test/unit_test.hpp>
#include "kdm.h"
+#include "dcp.h"
#include "picture_frame.h"
+#include "cpl.h"
#include "argb_frame.h"
+#include "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)