X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fffmpeg_dcp_test.cc;h=66f3af839286ce70657d6db2094068bf692a8046;hp=946bccbb8c96652db136487e7605c60c46831215;hb=59404039618db5d70a2f8fc0cb8c49ae4f8ce527;hpb=ae3b01aab7ef9e6101a7a1a11c511706148a9f1e diff --git a/test/ffmpeg_dcp_test.cc b/test/ffmpeg_dcp_test.cc index 946bccbb8..66f3af839 100644 --- a/test/ffmpeg_dcp_test.cc +++ b/test/ffmpeg_dcp_test.cc @@ -17,6 +17,16 @@ */ +#include +#include +#include "lib/film.h" +#include "lib/ffmpeg_content.h" +#include "lib/ratio.h" +#include "lib/dcp_content_type.h" +#include "test.h" + +using boost::shared_ptr; + /** @file test/ffmpeg_dcp_test.cc * @brief Test scaling and black-padding of images from a still-image source. */