Split test compile up into individual files.
[dcpomatic.git] / test / ffmpeg_dcp_test.cc
index 946bccbb8c96652db136487e7605c60c46831215..66f3af839286ce70657d6db2094068bf692a8046 100644 (file)
 
 */
 
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem.hpp>
+#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.
  */